Gets the list of data types the designer should be used for.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public DelimitedStringCollection DataTypes { get; }
Visual Basic
Public ReadOnly Property DataTypes As DelimitedStringCollection
	Get

Property Value

Type: DelimitedStringCollection
The data types.

See Also