MasterKeySet.RegionSets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of RegionSet on which the master key set is built.
public System.Collections.Generic.IList<Microsoft.Media.Drm.RegionSet> RegionSets { get; }
member this.RegionSets : System.Collections.Generic.IList<Microsoft.Media.Drm.RegionSet>
Public ReadOnly Property RegionSets As IList(Of RegionSet)
Property Value
The list of RegionSet on which the master key set is built.