Method SetNewValueOnPropertySucceeded
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
SetNewValueOnPropertySucceeded(string, string)
Sets the specified property to the specified value.
public abstract bool SetNewValueOnPropertySucceeded(string propertyName, string propertyValue)
Parameters
Returns
- bool
true
if the property was set; otherwise,false
.