Gets the metadata.

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

Syntax

C#
public IDictionary<string, Object> Metadata { get; private set; }
Visual Basic
Public Property Metadata As IDictionary(Of String, Object)
	Get
	Private Set

Property Value

Type: IDictionary<(Of <(<'String, Object>)>)>
The metadata.

See Also