Table of Contents

Property EId

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

EId

Gets the ID of the element this interface belongs to.

public int EId { get; }

Property Value

int

The ID of the element this interface belongs to.

Examples

int elementId = interface.EId;