Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 628 Bytes

packagecontentgroup_isrequired.md

File metadata and controls

23 lines (16 loc) · 628 Bytes
-api-id -api-type
P:Windows.ApplicationModel.PackageContentGroup.IsRequired
winrt property

Windows.ApplicationModel.PackageContentGroup.IsRequired

-description

Indicates whether this package content group is required or automatic.

-property-value

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.

-see-also

-examples