Application.UpdateStages.WithCommandLineSetting Interface

public static interface Application.UpdateStages.WithCommandLineSetting

The stage of the Application update allowing to specify commandLineSetting.

Method Summary

Modifier and Type Method and Description
abstract Update withCommandLineSetting(CommandLineSetting commandLineSetting)

Specifies the commandLineSetting property: Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all..

Method Details

withCommandLineSetting

public abstract Application.Update withCommandLineSetting(CommandLineSetting commandLineSetting)

Specifies the commandLineSetting property: Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all..

Parameters:

commandLineSetting - Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

Returns:

the next definition stage.

Applies to