IWorkItemIsTerminated Property |
Gets a value indicating whether this object is terminated.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax bool IsTerminated { get; }
ReadOnly Property IsTerminated As Boolean
Get
property bool IsTerminated {
bool get ();
}
abstract IsTerminated : bool with get
Property Value
Type:
BooleanTrue if this object is terminated, false if not.
See Also