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
- 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.