XsdTypeImporterTask.ExcludedTypes Property

Gets or sets the excluded types for the XSD type importer task.

Namespace:  Microsoft.Build.Tasks.Xsd
Assembly:  XsdBuildTask (in XsdBuildTask.dll)

Syntax

'Declaration
Public Property ExcludedTypes As String()
public string[] ExcludedTypes { get; set; }
public:
property array<String^>^ ExcludedTypes {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member ExcludedTypes : string[] with get, set
function get ExcludedTypes () : String[]
function set ExcludedTypes (value : String[])

Property Value

Type: array<System.String[]
The excluded types for the XSD type importer task.

Version Information

.NET Framework

Supported in: 4.6, 4.5

See Also

Reference

XsdTypeImporterTask Class

Microsoft.Build.Tasks.Xsd Namespace