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

Syntax

C#
public PropertyInfo GetPropertyInfo(
	string name,
	bool ignoreCase
)
Visual Basic
Public Function GetPropertyInfo ( 
	name As String,
	ignoreCase As Boolean
) As PropertyInfo

Parameters

name
Type: System..::..String
ignoreCase
Type: System..::..Boolean

Return Value

Type: PropertyInfo

See Also