Class ConnectivityConnectionProperty
Represents a DataMiner Connectivity Framework (DCF) connection property.
public class ConnectivityConnectionProperty
- Inheritance
-
ConnectivityConnectionProperty
- Extension Methods
Constructors
- ConnectivityConnectionProperty()
Initializes a new instance of the ConnectivityConnectionProperty class.
- ConnectivityConnectionProperty(int, string, string, string)
Initializes a new instance of the ConnectivityConnectionProperty class.
- ConnectivityConnectionProperty(int, string, string, string, ConnectivityConnection)
Initializes a new instance of the ConnectivityConnectionProperty class.
Properties
- Connection
Gets or sets the connection to which this connection property belongs.
- ConnectionPropertyId
Gets or sets the ID of this connection property.
- ConnectionPropertyName
Gets or sets the name of this connection property.
- ConnectionPropertyType
Gets or sets the type of this connection property.
- ConnectionPropertyValue
Gets or sets the value of this connection property.
Methods
- Delete()
Deletes this connection property.
- Delete(bool)
Deletes this connection property.
- Update()
Updates this connection property.
- Update(bool)
Updates this connection property.