ReleaseInfo.AsString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The release info formatted as a string.