DefaultToolExecutionResult.Id Property
Id
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Integer
public int Id { get; }
public:
virtual property int Id {
int get () sealed;
}
abstract Id : int with get
override Id : int with get
final function get Id () : int
Property Value
Type: System.Int32
The execution result identifier.
Implements
.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.