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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace