BuildServiceHostUpdateOptions.BaseUrl Property
Gets or sets the base URL. Corresponds to BaseUrl.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientTypeAttribute(GetType(Uri))> _
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
Public Property BaseUrl As String
[ClientTypeAttribute(typeof(Uri))]
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public string BaseUrl { get; set; }
[ClientTypeAttribute(typeof(Uri))]
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public:
property String^ BaseUrl {
String^ get ();
void set (String^ value);
}
[<ClientTypeAttribute(typeof(Uri))>]
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
member BaseUrl : string with get, set
function get BaseUrl () : String
function set BaseUrl (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.