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!

SoapImplementsInfos.Remove

[To be supplied.]

[Visual Basic]
Public Sub Remove( _
   ByVal info As SoapImplementsInfo _
)
[C#]
public void Remove(
   SoapImplementsInfo info
);
[C++]
public: void Remove(
   SoapImplementsInfo* info
);
[JScript]
public function Remove(
   info : SoapImplementsInfo
);

Parameters

info
[To be supplied.]

See Also

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