NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
XsltParameter.Value Property
[This is preliminary documentation and subject to change.]
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.
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.XsltParameter.Value
See Also
XsltParameter Class | NAnt.Core.Types Namespace