Provides access to members that specify the properties of a network terminal.
Members
Name | Description | |
---|---|---|
IsUpstreamTerminal | Returns whether the terminal is on the upstream side of the device. | |
TerminalID | Returns the terminal ID. | |
TerminalName | Returns the terminal name. |
ITerminal.IsUpstreamTerminal Property
Returns whether the terminal is on the upstream side of the device.
Public ReadOnly Property IsUpstreamTerminal As Boolean
public bool IsUpstreamTerminal {get;}
ITerminal.TerminalID Property
Returns the terminal ID.
Public ReadOnly Property TerminalID As Integer
public int TerminalID {get;}
ITerminal.TerminalName Property
Returns the terminal name.
Public ReadOnly Property TerminalName As String
public string TerminalName {get;}
Classes that implement ITerminal
Classes | Description |
---|