PackageContentGroup.IsRequired 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 this package content group is required or automatic.
public:
property bool IsRequired { bool get(); };
bool IsRequired();
public bool IsRequired { get; }
var boolean = packageContentGroup.isRequired;
Public ReadOnly Property IsRequired As Boolean
Property Value
Boolean
bool
True indicates that the content group is required; false otherwise.
Remarks
Required packages are downloaded during app install. Automatic packages are downloaded on demand. There can only be one required packaged content group per app.