Table of Contents

Property Name

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Name

Gets the name of this interface.

public string Name { get; }

Property Value

string

The name of this interface.

Examples

string name = interface.Name;