AddPackageOptions.RequiredContentGroupOnly 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.
Gets or sets a value that indicates whether only the required content group will be added. An app can be installed as a package with the required content group alone.
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
Property Value
Boolean
bool
TRUE indicates that only the required content group will be staged; otherwise, FALSE.