Method UpdateProperty
UpdateProperty(ConnectivityInterfaceProperty)
Updates the specified property.
public bool UpdateProperty(ConnectivityInterfaceProperty prop)
Parameters
prop
ConnectivityInterfacePropertyThe property to update.
Returns
- bool
true
if the operation succeeded; otherwise,false
.
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8854).
UpdateProperty(int, string, string, string, int)
Updates the specified property with the new property information.
public bool UpdateProperty(int id, string name, string type, string value, int link)
Parameters
id
intThe ID of the property to update.
name
stringThe name of the property.
type
stringThe type of the property.
value
stringThe value of the property.
link
intThe ID of the interface to which this property belongs.
Returns
- bool
true
if the operation succeeded; otherwise,false
.
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8854).