AwsCloudProfile.IsOrganizationalAccount 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.
Boolean value that indicates whether the account is organizational or not. True represents organization account, whereas false represents a single account.
public bool? IsOrganizationalAccount { get; set; }
member this.IsOrganizationalAccount : Nullable<bool> with get, set
Public Property IsOrganizationalAccount As Nullable(Of Boolean)