GuidHelper.Empty Property

Definition

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

Guid

Platform::Guid

winrt::guid

A Guid value that is empty, and zeroed.

Examples

var emptyGuid = Windows.Foundation.GuidHelper.empty;

Remarks

In JavaScript, Guid is projected as a string.

Applies to