RegionRestrictedSet.SourceRegionSet 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 region set from which this region restricted set was created.
public Microsoft.Media.Drm.RegionSet SourceRegionSet { get; }
member this.SourceRegionSet : Microsoft.Media.Drm.RegionSet
Public ReadOnly Property SourceRegionSet As RegionSet
Property Value
The region set from which this region restricted set was created.
Remarks
Several services can share one region set (SourceRegionSet), but each service should have its own RegionRestrictedSet object because they might need to black out different regions in a region set.