Sdílet prostřednictvím


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

IClientRightsEnvelope.Rights

.NET Framework Security

See Also

Reference

ClientRightsEnvelope Class

Microsoft.VisualStudio.Services.Licensing Namespace