Gets or sets the type of the serializer.

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

Syntax

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

Property Value

Type: String
The type of the serializer.

See Also