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