Class SessionProperties
Session Properties
Inheritance
System.Object
SessionProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class SessionProperties
Constructors
SessionProperties()
Initialisiert eine neue Instanz der SessionProperties Klasse.
Initializes a new instance of the SessionProperties class.
Declaration
public SessionProperties()
Properties
SessionProperty
Declaration
public Collection<SessionPropertiesSessionProperty> SessionProperty { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<SessionPropertiesSessionProperty> |
SessionPropertySpecified
Ruft einen Wert ab, der angibt, ob die SessionProperty-Collection leer ist.
Gets a value indicating whether the SessionProperty collection is empty.
Declaration
public bool SessionPropertySpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |