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