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