EdgeOrderChildConfiguration.IsPartOfBaseConfiguration 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.
Flag to indicate if the child configuration is part of the base configuration, which means the customer need not pass this configuration in OptInAdditionalConfigurations while placing an order, it will be shipped by default.
public bool? IsPartOfBaseConfiguration { get; }
member this.IsPartOfBaseConfiguration : Nullable<bool>
Public ReadOnly Property IsPartOfBaseConfiguration As Nullable(Of Boolean)