Share via


Application.ApplicationTypeVersion Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets the application type version as specified in the Application Manifest.

Namespace:   System.Fabric.Query
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public string ApplicationTypeVersion { get; internal set; }

Property Value

Type: System.String

The application type version.

See Also

Application Class
System.Fabric.Query Namespace

Return to top