NAnt SDK Documentation - v0.92

NAntSchemaTask.ForType Property

The Type for which an XSD should be created. If not specified, an XSD will be created for all available tasks.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="class", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property ForType As String
[C#]
[TaskAttribute(Required=False, Name="class", ExpandProperties=True, ProcessXml=True)]
public virtual string ForType {get; set;}

See Also

NAntSchemaTask Class | NAnt.Core.Tasks Namespace