Freigeben über


AddPackageOptions.RequiredContentGroupOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob nur die erforderliche Inhaltsgruppe hinzugefügt wird, oder legt diesen fest. Eine App kann als Paket mit der erforderlichen Inhaltsgruppe allein installiert werden.

public:
 property bool RequiredContentGroupOnly { bool get(); void set(bool value); };
bool RequiredContentGroupOnly();

void RequiredContentGroupOnly(bool value);
public bool RequiredContentGroupOnly { get; set; }
var boolean = addPackageOptions.requiredContentGroupOnly;
addPackageOptions.requiredContentGroupOnly = boolean;
Public Property RequiredContentGroupOnly As Boolean

Eigenschaftswert

Boolean

bool

TRUE gibt an, dass nur die erforderliche Inhaltsgruppe bereitgestellt wird. andernfalls FALSE.

Gilt für: