Summary
Gets or sets the
System.Type
of the object created by
NAnt.Contrib.Tasks.XsdTask
to represent the root node of your task.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- Schema
Validator Attribute
Syntax
public Type ValidatorType { get; set; }
Value
Type | Description |
---|---|
Type |
The System.Type of the object created by NAnt.Contrib.Tasks.XsdTask
to represent the root node of your task.
|