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!

CoreXmlReader.IsSchema

[To be supplied.]

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

Parameters

ns
[To be supplied.]

See Also

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