Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

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