GuidHelper.Empty 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 an empty, zeroed Guid.
public:
static property Platform::Guid Empty { Platform::Guid get(); };
static winrt::guid Empty();
public static Guid Empty { get; }
var guid = GuidHelper.empty;
Public Shared ReadOnly Property Empty As Guid
Property Value
A Guid value that is empty, and zeroed.
Examples
var emptyGuid = Windows.Foundation.GuidHelper.empty;
Remarks
In JavaScript, Guid is projected as a string.