IBuildDefinition.Id Property
Gets the ID of this build definition.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property Id As String
string Id { get; }
property String^ Id {
String^ get ();
}
abstract Id : string with get
function get Id () : String
Property Value
Type: System.String
The ID of this build definition.
.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.