BuildController2010.ServiceHostUri Property

Gets or sets the service host URI.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildController2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace