PackageContentGroupStagingEventArgs.IsContentGroupRequired 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.
Indicates whether the content group is required.
public:
property bool IsContentGroupRequired { bool get(); };
bool IsContentGroupRequired();
public bool IsContentGroupRequired { get; }
var boolean = packageContentGroupStagingEventArgs.isContentGroupRequired;
Public ReadOnly Property IsContentGroupRequired As Boolean
Property Value
Boolean
bool
True indicates that the package content group is required; false, otherwise.
Remarks
Required content groups contain core executable binaries and are downloaded during app install.