Share via


XmlSchema.Namespace Property

Returns an XmlNamespace object that represents the target namespace for the specified schema. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Namespace As XmlNamespace
    Get
'Usage
Dim instance As XmlSchema
Dim value As XmlNamespace

value = instance.Namespace
XmlNamespace Namespace { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XmlNamespace

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

See Also

Reference

XmlSchema Interface

XmlSchema Members

Microsoft.Office.Interop.Excel Namespace