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 (XmlSchemas)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Add( _
   ByVal schemas As XmlSchemas _
)
[C#]
public void Add(
   XmlSchemas schemas
);
[C++]
public: void Add(
   XmlSchemas* schemas
);
[JScript]
public function Add(
   schemas : XmlSchemas
);

Parameters

schemas
[To be supplied.]

See Also

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