Method DeleteProperty
DeleteProperty(ConnectivityConnectionProperty)
Deletes the specified connection property.
public bool DeleteProperty(ConnectivityConnectionProperty prop)
Parameters
propConnectivityConnectionPropertyThe connection property to delete.
Returns
- bool
trueif the deletion succeeded; otherwise,false.
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8854).
DeleteProperty(int)
Deletes the specified connection property.
public bool DeleteProperty(int id)
Parameters
idintThe ID of the connection property to delete.
Returns
- bool
trueif the deletion succeeded; otherwise,false.
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8854).
DeleteProperty(ConnectivityConnectionProperty, bool)
Deletes the specified connection property.
public bool DeleteProperty(ConnectivityConnectionProperty prop, bool both)
Parameters
propConnectivityConnectionPropertyThe connection property to delete.
bothbooltrueif the connection property should be deleted from both the source and destination element; otherwise,false.
Returns
- bool
trueif the deletion succeeded; otherwise,false.
Remarks
Feature introduced in DataMiner 9.5.1 (RN 14594).
DeleteProperty(int, bool)
Deletes the specified connection property.
public bool DeleteProperty(int id, bool both)
Parameters
idintThe ID of the connection property to delete.
bothbooltrueif the connection property should be deleted from both the source and destination element; otherwise,false.
Returns
- bool
trueif the deletion succeeded; otherwise,false.
Remarks
Feature introduced in DataMiner 9.5.1 (RN 14594).