MsixPackage.UpdateStages.WithIsRegularRegistration Interface

public static interface MsixPackage.UpdateStages.WithIsRegularRegistration

The stage of the MsixPackage update allowing to specify isRegularRegistration.

Method Summary

Modifier and Type Method and Description
abstract Update withIsRegularRegistration(Boolean isRegularRegistration)

Specifies the isRegularRegistration property: Set Registration mode.

Method Details

withIsRegularRegistration

public abstract MsixPackage.Update withIsRegularRegistration(Boolean isRegularRegistration)

Specifies the isRegularRegistration property: Set Registration mode. Regular or Delayed..

Parameters:

isRegularRegistration - Set Registration mode. Regular or Delayed.

Returns:

the next definition stage.

Applies to