Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

This is true if the UUID was generated, and false if it was built.

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

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