NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
PropertyTask.Value Property
[This is preliminary documentation and subject to change.]
The value to assign to the NAnt property.
[Visual Basic]
<TaskAttribute(Name:="value", Required:=True, ExpandProperties:=False, ProcessXml:=True), _
StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Value As
String
[C#]
[TaskAttribute(Name="value", Required=True, ExpandProperties=False, ProcessXml=True)]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
public
string Value {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.PropertyTask.Value
See Also
PropertyTask Class | NAnt.Core.Tasks Namespace