NAnt SDK Documentation - v0.92 |
|
Option.Value Property
Value of the option. The default is a null reference
(Nothing in Visual Basic).
[Visual Basic]
<TaskAttribute(Required:=False, Name:="value", ExpandProperties:=True, ProcessXml:=True)>
Public Property Value As
String
[C#]
[TaskAttribute(Required=False, Name="value", ExpandProperties=True, ProcessXml=True)]
public
string Value {get; set;}
See Also
Option Class | NAnt.Core.Types Namespace