NAnt SDK Documentation - v0.92 |
|
PropertyTask.Value Property
The value to assign to the NAnt property.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="value", ExpandProperties:=False, ProcessXml:=True), _
StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Value As
String
[C#]
[TaskAttribute(Required=True, Name="value", ExpandProperties=False, ProcessXml=True)]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
public
string Value {get; set;}
See Also
PropertyTask Class | NAnt.Core.Tasks Namespace