VssDefaultApiVersions.MaxApiVersion Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Shared Property MaxApiVersion As Version
public static Version MaxApiVersion { get; private set; }
public:
static property Version^ MaxApiVersion {
Version^ get ();
private: void set (Version^ value);
}
static member MaxApiVersion : Version with get, private set
static function get MaxApiVersion () : Version
private static function set MaxApiVersion (value : Version)
Property Value
Type: System.Version
.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.