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 WithCreate withDisplayName(String displayName)

Specifies the displayName property: User friendly Name to be displayed in the portal.

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:

displayName - User friendly Name to be displayed in the portal.

Returns:

the next definition stage.

Applies to