ApplicationType.ApplicationTypeVersion プロパティ

定義

アプリケーションの種類のバージョンを取得します。

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

プロパティ値

アプリケーション マニフェストで定義されているアプリケーションの種類のバージョン。 この値は、アプリケーションの種類名と組み合わせて、アプリケーションの種類の一意識別子を作成します。 この値は数値である必要はありません。

適用対象