Share via


ApplicationType.ApplicationTypeVersion Property

Definition

Gets the application type version.

public string ApplicationTypeVersion { get; }
member this.ApplicationTypeVersion : string
Public ReadOnly Property ApplicationTypeVersion As String

Property Value

The application type version which is defined in the application manifest. This value, in conjunction with the application type name create a unique identifier for the application type. This value need not be numerical in value.

Applies to