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

Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("The CodeTemplatePropertyAttribute has been deprecated, use the OptionalAttribute and the NotCheckedAttribute instead.")]
public sealed class CodeTemplatePropertyAttribute : Attribute
Visual Basic
<SerializableAttribute>
<ObsoleteAttribute("The CodeTemplatePropertyAttribute has been deprecated, use the OptionalAttribute and the NotCheckedAttribute instead.")> 
Public NotInheritable Class CodeTemplatePropertyAttribute
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    CodeSmith.Engine..::..CodeTemplatePropertyAttribute

See Also