Indicates whether the terminal is attached to anything or not.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public override bool Attached { get; }
public override bool Attached { get; }
Public Overrides ReadOnly Property Attached As Boolean
Get
Public Overrides ReadOnly Property Attached As Boolean
Get
public:
virtual property bool Attached {
bool get () override;
}
public:
virtual property bool Attached {
bool get () override;
}
abstract Attached : bool with get
override Attached : bool with get
abstract Attached : bool with get
override Attached : bool with get
Property Value
Type:
BooleanA boolean indicating the attached status.