Method DeleteProperty
DeleteProperty(ConnectivityConnectionProperty)
Deletes the specified connection property.
public bool DeleteProperty(ConnectivityConnectionProperty prop)
Parameters
prop
ConnectivityConnectionPropertyThe connection property to delete.
Returns
- bool
true
if 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
id
intThe ID of the connection property to delete.
Returns
- bool
true
if 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
prop
ConnectivityConnectionPropertyThe connection property to delete.
both
booltrue
if the connection property should be deleted from both the source and destination element; otherwise,false
.
Returns
- bool
true
if 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
id
intThe ID of the connection property to delete.
both
booltrue
if the connection property should be deleted from both the source and destination element; otherwise,false
.
Returns
- bool
true
if the deletion succeeded; otherwise,false
.
Remarks
Feature introduced in DataMiner 9.5.1 (RN 14594).