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.Add (XmlSchema)

[To be supplied.]

[Visual Basic]
Overloads Public Function Add( _
   ByVal schema As XmlSchema _
) As Integer
[C#]
public int Add(
   XmlSchema schema
);
[C++]
public: int Add(
   XmlSchema* schema
);
[JScript]
public function Add(
   schema : XmlSchema
) : int;

Parameters

schema
[To be supplied.]

See Also

XmlSchemas Class | XmlSchemas Members | System.Xml.Serialization.Schema Namespace | XmlSchemas.Add Overload List