Summary
Gets or sets properties passes to the template's Session dictionary.
- Namespace
- Cake
.Common .Tools .TextTransform - Containing Type
- Text
Transform Settings
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 |
The properties dictionary. |