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

Syntax

C#
[ObsoleteAttribute("The CodeTemplatePropertyAttribute has been deprecated, use the OptionalAttribute and the NotCheckedAttribute instead.")]
public enum CodeTemplatePropertyOption
Visual Basic
<ObsoleteAttribute("The CodeTemplatePropertyAttribute has been deprecated, use the OptionalAttribute and the NotCheckedAttribute instead.")> 
Public Enumeration CodeTemplatePropertyOption

Members

Member nameValueDescription
Required0
Optional1
NotChecked2

See Also