Sets the property attribute. Property attributes can be used to store various information at the property level.

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

Syntax

C#
public virtual void SetPropertyAttribute(
	string propertyName,
	string attributeName,
	string attributeValue
)
Visual Basic
Public Overridable Sub SetPropertyAttribute ( 
	propertyName As String,
	attributeName As String,
	attributeValue As String
)

Parameters

propertyName
Type: System..::..String
Name of the property.
attributeName
Type: System..::..String
Name of the attribute.
attributeValue
Type: System..::..String
The attribute value.

See Also