RegionRestrictedSet Class
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.
Represents the regions in a specific region set that need to be blacked out as well as the regions that are not blacked out.
public class RegionRestrictedSet
type RegionRestrictedSet = class
Public Class RegionRestrictedSet
- Inheritance
-
RegionRestrictedSet
Constructors
RegionRestrictedSet(RegionSet) |
Initializes a new instance of the RegionRestrictedSet class. |
Properties
SourceRegionSet |
Gets the region set from which this region restricted set was created. |
Methods
DisallowRegion(Int32) |
Specifies a region that is blacked out. |
DisallowRegionRange(Int32, Int32) |
Specifies a range of regions that are blacked out. |
DisallowRegions(Int32[]) |
Specifies a list of regions that are blacked out. |
IsRegionAllowed(Int32) |
Queries whether a specific region is allowed (not blacked out) |