NAnt SDK Documentation - v0.92 |
|
Option.OptionName Property
Name of the option.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Name:="name", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property OptionName As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="name", Required=True, ExpandProperties=True, ProcessXml=True)]
public
string OptionName {get; set;}
See Also
Option Class | NAnt.Core.Types Namespace