Share via


IToolExecutionResult.Id Property

The id of the process or the operation handler that is executing the operation

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
ReadOnly Property Id As Integer
int Id { get; }
property int Id {
    int get ();
}
abstract Id : int with get
function get Id () : int

Property Value

Type: System.Int32
The id of the process the operation handler that is executing the operation.

.NET Framework Security

See Also

Reference

IToolExecutionResult Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace