Class ConnectivityInterfaceProperty
Represents a DataMiner Connectivity Framework (DCF) interface property.
public class ConnectivityInterfaceProperty
- Inheritance
-
ConnectivityInterfaceProperty
- Extension Methods
Constructors
- ConnectivityInterfaceProperty()
Initializes a new instance of the ConnectivityInterfaceProperty class.
- ConnectivityInterfaceProperty(int, string, string, string)
Initializes a new instance of the ConnectivityInterfaceProperty class.
- ConnectivityInterfaceProperty(int, string, string, string, ConnectivityInterface)
Initializes a new instance of the ConnectivityInterfaceProperty class.
Properties
- Interface
Gets or sets the interface this interface property belongs to.
- InterfacePropertyId
Gets or sets the ID of the interface property.
- InterfacePropertyName
Gets or sets the name of the interface property.
- InterfacePropertyType
Gets or sets the type of the interface property.
- InterfacePropertyValue
Gets or sets the value of the interface property.
Methods
- Delete()
Deletes this property from the interface.
- Update()
Updates this property.