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!

ProtocolInfoReflector.AddSchemas

[To be supplied.]

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

Parameters

schemas
[To be supplied.]

See Also

ProtocolInfoReflector Class | ProtocolInfoReflector Members | System.Web.Services.Description Namespace