Share via


License.Rights Property

Definition

Gets a read-only list of Right objects indicating what rights the client is allowed.

public System.Collections.Generic.IEnumerable<Microsoft.Media.Drm.Right> Rights { get; }
member this.Rights : seq<Microsoft.Media.Drm.Right>
Public ReadOnly Property Rights As IEnumerable(Of Right)

Property Value

A read-only list of Right objects indicating what rights the client is allowed.

Applies to