Gets the default identifiable name assigned to this CTC object.

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

Syntax

C#
public string DefaultName { get; internal set; }
Visual Basic
Public Property DefaultName As String
	Get
	Friend Set

Remarks

This value is generated by the CtcObjectListBase<(Of <(<'T>)>)> as this CtcObjectBase is added to it. If not tracked by any of the CtcService collections it returns "Unnamed". In general, the Name property should be used for identification. This default is used as a guaranteed fallback name if no Name has been given.

See Also