MsixPackage.DefinitionStages.WithDisplayName Interface
public static interface MsixPackage.DefinitionStages.WithDisplayName
The stage of the MsixPackage definition allowing to specify displayName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withDisplayName(String displayName)
Specifies the display |
Method Details
withDisplayName
public abstract MsixPackage.DefinitionStages.WithCreate withDisplayName(String displayName)
Specifies the displayName property: User friendly Name to be displayed in the portal. .
Parameters:
Returns: