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