Table of Contents

Property DmaId

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

DmaId

Gets the ID of the DataMiner Agent on which the element was created.

public virtual int DmaId { get; }

Property Value

int

The ID of the DataMiner Agent on which the element was created.

Examples

Element element = engine.FindElement(400, 2000);
int agentId = element.DmaId;