Property PollingIP
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
PollingIP
Gets the polling IP address of the element that is linked to the dummy.
public virtual string PollingIP { get; }
Property Value
- string
The polling IP address of the element that is linked to the dummy.
Examples
Element element = engine.FindElement(400, 2000);
string pollingIP = element.PollingIP;