Dela via


BuildMachineRequest.ServiceHostUri Property

URI of the virtual controller to assume the role of

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientTypeAttribute(GetType(Uri))> _
Public Property ServiceHostUri As String
[ClientTypeAttribute(typeof(Uri))]
public string ServiceHostUri { get; set; }
[ClientTypeAttribute(typeof(Uri))]
public:
property String^ ServiceHostUri {
    String^ get ();
    void set (String^ value);
}
[<ClientTypeAttribute(typeof(Uri))>]
member ServiceHostUri : string with get, set
function get ServiceHostUri () : String 
function set ServiceHostUri (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildMachineRequest Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace