Method DeleteProperty
DeleteProperty(ConnectivityInterfaceProperty)
Deletes the specified interface property.
public bool DeleteProperty(ConnectivityInterfaceProperty prop)
Parameters
propConnectivityInterfacePropertyThe interface property to delete.
Returns
- bool
trueif the operation succeeded; otherwise,false.
Remarks
In case the property does not exist, this method will also return true.
DeleteProperty(int)
Deletes the interface property with the specified ID.
public bool DeleteProperty(int id)
Parameters
idintThe ID of the interface property.
Returns
- bool
trueif the operation succeeded; otherwise,false.
Remarks
In case there was no property with the specified ID, this method will also return true.