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!

XmlSchemas.Contains

[To be supplied.]

[Visual Basic]
Public Function Contains( _
   ByVal schema As XmlSchema _
) As Boolean
[C#]
public bool Contains(
   XmlSchema schema
);
[C++]
public: bool Contains(
   XmlSchema* schema
);
[JScript]
public function Contains(
   schema : XmlSchema
) : Boolean;

Parameters

schema
[To be supplied.]

See Also

XmlSchemas Class | XmlSchemas Members | System.Xml.Serialization.Schema Namespace