Share via


RegionRestrictedSet.SourceRegionSet Property

Definition

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.

Applies to