Share via


ApplicationProperties interface

The properties associated with the Application.

Properties

allowUpdates

A value indicating whether packages within the application may be overwritten using the same version string.

defaultVersion

The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

displayName

The display name for the application.

Property Details

allowUpdates

A value indicating whether packages within the application may be overwritten using the same version string.

allowUpdates?: boolean

Property Value

boolean

defaultVersion

The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

defaultVersion?: string

Property Value

string

displayName

The display name for the application.

displayName?: string

Property Value

string