Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Optional uri to connect directly to the service such as https://microsoft.azure.com
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientTypeAttribute(GetType(Uri))> _
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property ServiceUri As String
[ClientTypeAttribute(typeof(Uri))]
[ClientPropertyAttribute(ClientVisibility.Public)]
public string ServiceUri { get; set; }
[ClientTypeAttribute(typeof(Uri))]
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property String^ ServiceUri {
String^ get ();
void set (String^ value);
}
[<ClientTypeAttribute(typeof(Uri))>]
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member ServiceUri : string with get, set
function get ServiceUri () : String
function set ServiceUri (value : String)
Property Value
Type: System.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.