ReleaseInfo.VersionTag Property

Definition

Gets the Windows App SDK release's version tag; for example, "preview2", or empty string for stable.

public:
 static property Platform::String ^ VersionTag { Platform::String ^ get(); };
static winrt::hstring VersionTag();
public static string VersionTag { get; }
var string = ReleaseInfo.versionTag;
Public Shared ReadOnly Property VersionTag As String

Property Value

String

Platform::String

winrt::hstring

Applies to