IsDisposed Property (Command)
In This Topic
Gets or sets a boolean value indicates whether this object is disposed.
Syntax
'Declaration
Protected Property IsDisposed As Boolean
'Usage
Dim instance As Command
Dim value As Boolean
instance.IsDisposed = value
value = instance.IsDisposed
protected bool IsDisposed {get; set;}
See Also