Gets or sets the identifiable name assigned to this CTC object.

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

Syntax

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

Return Value

If no value has been previously given to this property the DefaultName will be returned instead.

See Also