Click or drag to resize

UUIDIsGenerated Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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