Method UpdateProperty
UpdateProperty(ConnectivityConnectionProperty)
Updates the specified connection property.
public bool UpdateProperty(ConnectivityConnectionProperty prop)
Parameters
prop
ConnectivityConnectionPropertyThe property to update.
Returns
- bool
true
if the update succeeded; otherwise,false
.
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8854).
UpdateProperty(ConnectivityConnectionProperty, bool)
Updates the specified connection property.
public bool UpdateProperty(ConnectivityConnectionProperty prop, bool both)
Parameters
prop
ConnectivityConnectionPropertyThe property to update.
both
booltrue
if the connection property should be updated on both the source and destination element; otherwise,false
.
Returns
- bool
true
if the update succeeded; otherwise,false
.
Remarks
Feature introduced in DataMiner 9.5.1 (RN 14594).
UpdateProperty(int, string, string, string, int)
Updates the property with the specified ID.
public bool UpdateProperty(int id, string name, string type, string value, int link)
Parameters
id
intThe ID of the property.
name
stringThe new name of the property.
type
stringThe new type of the property.
value
stringThe new value of the property.
link
intThe new ID of the connection to which this property belongs.
Returns
- bool
true
if the update succeeded; otherwise,false
.
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8854).
UpdateProperty(int, string, string, string, int, bool)
Updates the property with the specified ID.
public bool UpdateProperty(int id, string name, string type, string value, int link, bool both)
Parameters
id
intThe ID of the property.
name
stringThe new name of the property.
type
stringThe new type of the property.
value
stringThe new value of the property.
link
intThe new ID of the connection to which this property belongs.
both
booltrue
if the connection property should be updated on both the source and destination element; otherwise,false
.
Returns
- bool
true
if the update succeeded; otherwise,false
.
Remarks
Feature introduced in DataMiner 9.5.1 (RN 14594).