| ConnectionIsDisposed Property |
Gets a value indicating whether the current object is disposed.
Namespace: ObujekutoruAssembly: obujekutoru (in obujekutoru.dll) Version: 1.0.0.19089 (1.0.0.*)
Syntax public bool IsDisposed { get; }
Public ReadOnly Property IsDisposed As Boolean
Get
public:
property bool IsDisposed {
bool get ();
}
member IsDisposed : bool with get
Property Value
Type:
BooleanSee Also