Property UUID
UUID
Gets the globally unique identifier for this object.
public Guid UUID { get; }
Property Value
Remarks
If the UUID conflicts with an existing object, a new one will be generated.
Use TryGetUUID(out Guid) to control this behaviour.