MsixPackage.UpdateStages.WithDisplayName Interface

public static interface MsixPackage.UpdateStages.WithDisplayName

The stage of the MsixPackage update allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract Update withDisplayName(String displayName)

Specifies the displayName property: Display name for MSIX Package..

Method Details

withDisplayName

public abstract MsixPackage.Update withDisplayName(String displayName)

Specifies the displayName property: Display name for MSIX Package..

Parameters:

displayName - Display name for MSIX Package.

Returns:

the next definition stage.

Applies to