XsltParameter.

Value Property

Summary

The value of the XSLT parameter.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XsltParameter

Syntax

[TaskAttribute("value", Required = true)]
public string Value { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string The value of the XSLT parameter, or System.String.Empty if not set.