Method GetPropertyValue
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GetPropertyValue(string)
Gets the value of the specified element property.
public virtual string GetPropertyValue(string propertyName)
Parameters
propertyNamestringThe name of the property.
Returns
Examples
var dummy = engine.GetDummy("dummy1");
var propertyValue = dummy.GetPropertyValue("MyProperty");