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!

SoapInterfaceInfos.Add

[To be supplied.]

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

Parameters

info
[To be supplied.]

See Also

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