XsdTypeImporterTask.NamespaceMappings Property

Gets or sets the mappings from XML schema target Namespace to CLR namespace.

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

Syntax

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

Property Value

Type: array<System.String[]
The mappings from XML schema target Namespace to CLR namespace.

Version Information

.NET Framework

Supported in: 4.6, 4.5

See Also

Reference

XsdTypeImporterTask Class

Microsoft.Build.Tasks.Xsd Namespace