Session.Disposed Property
Gets a value indicating whether this Session is disposed.
Namespace: TwinCAT
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool Disposed { get; }
VB
Public ReadOnly Property Disposed As Boolean
Get
Property Value
Type: Boolean
true if disposed; otherwise, false.