NAnt SDK Documentation - v0.92 |
|
XsltParameter.Value Property
The value of the XSLT parameter.
[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;}
Property Value
The value of the XSLT parameter, or Empty if not set.
See Also
XsltParameter Class | NAnt.Core.Types Namespace