Constructor ConnectivityConnectionProperty
ConnectivityConnectionProperty()
Initializes a new instance of the ConnectivityConnectionProperty class.
public ConnectivityConnectionProperty()
ConnectivityConnectionProperty(int, string, string, string)
Initializes a new instance of the ConnectivityConnectionProperty class.
public ConnectivityConnectionProperty(int id, string value, string type, string name)
Parameters
idintThe ID of the connection property.
valuestringThe value of the connection property.
typestringThe type of the connection property.
namestringThe name of the connection property.
ConnectivityConnectionProperty(int, string, string, string, ConnectivityConnection)
Initializes a new instance of the ConnectivityConnectionProperty class.
public ConnectivityConnectionProperty(int id, string value, string type, string name, ConnectivityConnection itf)
Parameters
idintThe ID of the connection property.
valuestringThe value of the connection property.
typestringThe type of the connection property.
namestringThe name of the connection property.
itfConnectivityConnectionThe connection to which this connection property belongs.