CustomXMLSchemaCollectionClass.NamespaceURI Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property NamespaceURI ( _
Index As Integer _
) As String
Get
'Usage
Dim instance As CustomXMLSchemaCollectionClass
Dim Index As Integer
Dim value As String
value = instance.NamespaceURI(Index)
public virtual string this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
Property Value
Type: System.String
Implements
_CustomXMLSchemaCollection.NamespaceURI[Int32]
See Also
Reference
CustomXMLSchemaCollectionClass Class