ReleaseInfo.AsString Property

Definition

Gets the release info formatted as a string.

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

Property Value

String

Platform::String

winrt::hstring

The release info formatted as a string.

Applies to