Gets the CTC object's globaly unique static identifier.

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public Guid ID { get; }
Visual Basic
Public ReadOnly Property ID As Guid
	Get

Remarks

This is mainly used internally for definition/state serialization matching but can be used for other things that require an immutable identifier.

See Also