Click or drag to resize

UUIDIsGenerated Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
This is true if the UUID was generated, and false if it was built.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public bool IsGenerated { get; }

Property Value

Type: Boolean
true if the UUID was generated.
Remarks
A generated UUID is universally unique. Note that the port number is random if the UUID is generated.
See Also