Class AdapterProperties
Adapter Properties
Inheritance
System.Object
AdapterProperties
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 AdapterProperties
Constructors
AdapterProperties()
Initialisiert eine neue Instanz der AdapterProperties Klasse.
Initializes a new instance of the AdapterProperties class.
Declaration
public AdapterProperties()
Properties
AdapterProperty
Declaration
public Collection<AdapterPropertiesAdapterProperty> AdapterProperty { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<AdapterPropertiesAdapterProperty> |
AdapterPropertySpecified
Ruft einen Wert ab, der angibt, ob die AdapterProperty-Collection leer ist.
Gets a value indicating whether the AdapterProperty collection is empty.
Declaration
public bool AdapterPropertySpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |