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
- 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.