Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Optional uri to connect directly to the service such as https://microsoft.azure.com
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ServiceUri As Uri
public Uri ServiceUri { get; set; }
public:
property Uri^ ServiceUri {
Uri^ get ();
void set (Uri^ value);
}
member ServiceUri : Uri with get, set
function get ServiceUri () : Uri
function set ServiceUri (value : Uri)
Property Value
Type: System.Uri
.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.