Method DeleteProperty
DeleteProperty(ConnectivityInterfaceProperty)
Deletes the specified interface property.
public bool DeleteProperty(ConnectivityInterfaceProperty prop)
Parameters
prop
ConnectivityInterfacePropertyThe interface property to delete.
Returns
- bool
true
if the operation succeeded; otherwise,false
.
Remarks
In case the property does not exist, this method will also return true.
Feature introduced in DataMiner 8.5.3 (RN 8854).
DeleteProperty(int)
Deletes the interface property with the specified ID.
public bool DeleteProperty(int id)
Parameters
id
intThe ID of the interface property.
Returns
- bool
true
if the operation succeeded; otherwise,false
.
Remarks
In case there was no property with the specified ID, this method will also return true.
Feature introduced in DataMiner 8.5.3 (RN 8854).