ApplicationType.DefaultParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET