Table of Contents

Property CustomName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

CustomName

Gets the custom name of this interface.

public string CustomName { get; }

Property Value

string

The custom name of this interface.

Examples

string customName = interface.CustomName;