Application.UpdateStages.WithMsixPackageFamilyName Interface
public static interface Application.UpdateStages.WithMsixPackageFamilyName
The stage of the Application update allowing to specify msixPackageFamilyName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withMsixPackageFamilyName(String msixPackageFamilyName)
Specifies the msix |
Method Details
withMsixPackageFamilyName
public abstract Application.Update withMsixPackageFamilyName(String msixPackageFamilyName)
Specifies the msixPackageFamilyName property: Specifies the package family name for MSIX applications.
Parameters:
Returns: