DefaultToolExecutionResult.HasExited Property
Has existed always true
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property HasExited As Boolean
public bool HasExited { get; }
public:
virtual property bool HasExited {
bool get () sealed;
}
abstract HasExited : bool with get
override HasExited : bool with get
final function get HasExited () : boolean
Property Value
Type: System.Boolean
true in all cases.
Implements
IToolExecutionResult.HasExited
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.