PackageContentGroup.IsRequired Property

Definition

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.

Applies to