TextTransformSettings.

Properties Property

Summary

Gets or sets properties passes to the template's Session dictionary.

Syntax

public IDictionary<string, string> Properties { get; set; }

Remarks

Requires T4 text template processor version 2 or newer. These can also be accessed using strongly typed properties (declared with <#@ parameter name="<name>" type="<type>" #> directives.)

Value

Type Description
IDictionary<string, string> The properties dictionary.