TextTransformSettings.

Class Property

Summary

Gets or sets the class name used for converting T4 template into a C# class that can be compiled into your app and executed at runtime.

Syntax

public string Class { get; set; }

Remarks

Requires T4 text template processor version 2 or newer.

Value

Type Description
string The class name.