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.AddSchema

[To be supplied.]

[Visual Basic]
Public Sub AddSchema( _
   ByVal schema As XmlSchema _
)
[C#]
public void AddSchema(
   XmlSchema schema
);
[C++]
public: void AddSchema(
   XmlSchema* schema
);
[JScript]
public function AddSchema(
   schema : XmlSchema
);

Parameters

schema
[To be supplied.]

See Also

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