Share via


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

See Also

Reference

DefaultToolExecutionResult Class

Microsoft.TeamFoundation.VersionControl.Client Namespace