Table of Contents

Property Type

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Type

Gets the type of this interface: in, out or inout.

public string Type { get; }

Property Value

string

The type of this interface (in, out or inout).

Examples

string type = interface.Type;