Gets information on all of the properties on this template.

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

Syntax

C#
public PropertyInfo[] GetProperties(
	bool includeNonBrowsable
)
Visual Basic
Public Function GetProperties ( 
	includeNonBrowsable As Boolean
) As PropertyInfo()

Parameters

includeNonBrowsable
Type: System..::..Boolean
Whether non-browsable properties should be included.

Return Value

Type: array<PropertyInfo>[]()[][]

See Also