Table of Contents

Property InterfaceId

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

InterfaceId

Gets the ID of this interface.

public int InterfaceId { get; }

Property Value

int

The ID of this interface.

Examples

int interfaceId = interface.InterfaceId;