Represents an
UuidId that is a null reference (Nothing in Visual Basic).
public static UuidId Empty {get;}
'Declaration
Public Shared ReadOnly Property Empty As UuidId
'Usage
Dim value As UuidId
value = UuidId.Empty
public:
static property UuidId Empty {
UuidId get();
}
Property Value
An empty
UuidId object which has all its values set to zero.