Share via


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

See Also

Reference

ProxyInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace