NAnt SDK Documentation - v0.92

XsltParameter.ParameterName Property

The name of the XSLT parameter.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Name:="name", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property ParameterName As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="name", Required=True, ExpandProperties=True, ProcessXml=True)]
public string ParameterName {get; set;}

Property Value

The name of the XSLT parameter, or Empty if not set.

See Also

XsltParameter Class | NAnt.Core.Types Namespace