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;
Gets the name of this interface.
public string Name { get; }
The name of this interface.
string name = interface.Name;