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

See Also

Reference

ClientRightsEnvelope Class

Microsoft.VisualStudio.Services.Licensing Namespace