Share via


IClientRightsEnvelope.Rights Property

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
ReadOnly Property Rights As IList(Of IClientRight)
IList<IClientRight> Rights { get; }
property IList<IClientRight^>^ Rights {
    IList<IClientRight^>^ get ();
}
abstract Rights : IList<IClientRight> with get
function get Rights () : IList<IClientRight>

Property Value

Type: System.Collections.Generic.IList<IClientRight>

.NET Framework Security

See Also

Reference

IClientRightsEnvelope Interface

Microsoft.VisualStudio.Services.Licensing Namespace