NAntSchemaTask.

ForType Property

Summary

The System.Type for which an XSD should be created. If not specified, an XSD will be created for all available tasks.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntSchemaTask

Syntax

[TaskAttribute("class", Required = false)]
public virtual string ForType { get; set; }

Attributes

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

Value

Type Description
string