ConnectedUserContext.ServerUri Property
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ServerUri As String
public string ServerUri { get; set; }
public:
property String^ ServerUri {
String^ get ();
void set (String^ value);
}
member ServerUri : string with get, set
function get ServerUri () : String
function set ServerUri (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.