Gets the value for the specified property.

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

Syntax

C#
public Object GetProperty(
	string name
)
Visual Basic
Public Function GetProperty ( 
	name As String
) As Object

Parameters

name
Type: System..::..String
Property name.

Return Value

Type: Object

See Also