Share via


ApplicationType.DefaultParameters Property

Definition

Gets the default application parameters defined in the application manifest.

public System.Fabric.Description.ApplicationParameterList DefaultParameters { get; }
member this.DefaultParameters : System.Fabric.Description.ApplicationParameterList
Public ReadOnly Property DefaultParameters As ApplicationParameterList

Property Value

The default application parameters defined in the application manifest. When an application is instantiated from this application type, these are the parameters used unless they are overridden. For details ApplicationParameter.

Applies to