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 or sets a boolean value that indicates whether the region is the
primary region or a secondary region.
public bool? IsPrimary { get; set; }
member this.IsPrimary : Nullable<bool> with get, set