Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
This is true if the UUID was generated, and false if it was built.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public bool IsGenerated { get; }

Field Value

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