Initializes a new instance of the Property class

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

Syntax

C#
public Property(
	string name,
	string value
)
Visual Basic
Public Sub New ( 
	name As String,
	value As String
)

Parameters

name
Type: System..::..String
value
Type: System..::..String

See Also