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
propertyName
stringThe name of the property.
Returns
Examples
Element element = engine.FindElement(400, 2000);
var propertyValue = element.GetPropertyValue("MyProperty");