BuildMachineState.Id Property

Gets the unique identifier for the server.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Id As Uri
[DataMemberAttribute]
public Uri Id { get; set; }
[DataMemberAttribute]
public:
property Uri^ Id {
    Uri^ get ();
    void set (Uri^ value);
}
[<DataMemberAttribute>]
member Id : Uri with get, set
function get Id () : Uri 
function set Id (value : Uri)

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

BuildMachineState Class

Microsoft.TeamFoundation.Build.Hosting Namespace