Looks up the schema by it's associated namespace URI
[Visual Basic] Public Function Get( _ ByVal namespaceURI As String _ ) As IDataNavigator [C#] public IDataNavigator Get( string namespaceURI ); [C++] public: IDataNavigator* Get( String* namespaceURI ); [JScript] public function Get( namespaceURI : String ) : IDataNavigator;
A read/only view of the schema. Null if there is currently no loaded schema associated with the given namespace.
XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace