MsixPackage.DefinitionStages.WithPackageFamilyName Interface
public static interface MsixPackage.DefinitionStages.WithPackageFamilyName
The stage of the MsixPackage definition allowing to specify packageFamilyName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withPackageFamilyName(String packageFamilyName)
Specifies the package |
Method Details
withPackageFamilyName
public abstract MsixPackage.DefinitionStages.WithCreate withPackageFamilyName(String packageFamilyName)
Specifies the packageFamilyName property: Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name. .
Parameters:
Returns: