SchemaValidatorAttribute.

ValidatorType Property

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
SchemaValidatorAttribute

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.