ProxyInfo.Site Property
Gets the site of the server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Site As String
public string Site { get; }
public:
property String^ Site {
String^ get ();
}
member Site : string with get
function get Site () : String
Property Value
Type: System.String
The site of the server.
.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.