MsixPackage.DefinitionStages.WithIsRegularRegistration Interface

public static interface MsixPackage.DefinitionStages.WithIsRegularRegistration

The stage of the MsixPackage definition allowing to specify isRegularRegistration.

Method Summary

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

Specifies the isRegularRegistration property: Specifies how to register Package in feed..

Method Details

withIsRegularRegistration

public abstract MsixPackage.DefinitionStages.WithCreate withIsRegularRegistration(Boolean isRegularRegistration)

Specifies the isRegularRegistration property: Specifies how to register Package in feed..

Parameters:

isRegularRegistration - Specifies how to register Package in feed.

Returns:

the next definition stage.

Applies to