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