Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 491 Bytes

guidhelper_empty.md

File metadata and controls

27 lines (20 loc) · 491 Bytes
-api-id -api-type ms.custom
P:Windows.Foundation.GuidHelper.Empty
winrt property
RS5

Windows.Foundation.GuidHelper.Empty

-description

Gets an empty, zeroed Guid.

-property-value

A Guid value that is empty, and zeroed.

-remarks

In JavaScript, Guid is projected as a string.

-see-also

-examples

var emptyGuid = Windows.Foundation.GuidHelper.empty;