NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NAntSchemaTask.ForType Property
[This is preliminary documentation and subject to change.]
The Type for which an XSD should be created. If not specified, an XSD will be created for all available tasks.
[Visual Basic]
<TaskAttribute(Name:="class", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property ForType As
String
[C#]
[TaskAttribute(Name="class", Required=False, ExpandProperties=True, ProcessXml=True)]
public virtual
string ForType {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.NAntSchemaTask.ForType
See Also
NAntSchemaTask Class | NAnt.Core.Tasks Namespace