Table of Contents

Property DmaId

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

DmaId

Gets the ID of the DataMiner Agent on which the element resides.

public int DmaId { get; }

Property Value

int

The ID of the DataMiner Agent on which the element resides.

Examples

int agentId = interface.DmaId;