Freigeben über


StagePackageOptions.RequiredContentGroupOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob nur die erforderliche Inhaltsgruppe inszeniert 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 = stagePackageOptions.requiredContentGroupOnly;
stagePackageOptions.requiredContentGroupOnly = boolean;
Public Property RequiredContentGroupOnly As Boolean

Eigenschaftswert

Boolean

bool

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

Gilt für: