VersionControlServer.WebServiceLevel Property
Gets the version of the web services associated with the server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property WebServiceLevel As WebServiceLevel
public WebServiceLevel WebServiceLevel { get; }
public:
property WebServiceLevel WebServiceLevel {
WebServiceLevel get ();
}
member WebServiceLevel : WebServiceLevel with get
function get WebServiceLevel () : WebServiceLevel
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.WebServiceLevel
The version of the web services associated with 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.