NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlReader.IsSchema

[To be supplied.]

[Visual Basic]
Overrides Protected Function IsSchema( _
   ByVal ns As String _
) As Boolean
[C#]
protected override bool IsSchema(
   string ns
);
[C++]
protected: override bool IsSchema(
   String* ns
);
[JScript]
protected override function IsSchema(
   ns : String
) : Boolean;

Parameters

ns
[To be supplied.]

See Also

XmlReader Class | XmlReader Members | System.Data.XML Namespace