NAnt SDK Documentation - v0.85-nightly-2005-11-09

Token.Value Property

[This is preliminary documentation and subject to change.]

New value of token.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="value", ExpandProperties:=True, ProcessXml:=True)>
Public Property Value As String
[C#]
[TaskAttribute(Required=True, Name="value", ExpandProperties=True, ProcessXml=True)]
public string Value {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Token.Value

See Also

Token Class | NAnt.Core.Types Namespace