Method Delete
Delete()
Deletes this connection property.
public bool Delete()
Returns
- bool
trueif the deletion succeeded; otherwise,false.
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8854).
Delete(bool)
Deletes this connection property.
public bool Delete(bool both)
Parameters
bothbooltrueif the property should be deleted at both ends of the connection; otherwise,false.
Returns
- bool
trueif the deletion succeeded; otherwise,false.
Remarks
Feature introduced in DataMiner 9.5.1 (RN 14656).