ClientRight.Version Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property Version As Version
public Version Version { get; set; }
public:
virtual property Version^ Version {
Version^ get () sealed;
void set (Version^ value) sealed;
}
abstract Version : Version with get, set
override Version : Version with get, set
final function get Version () : Version
final function set Version (value : Version)
Property Value
Type: System.Version
Implements
.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.