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!

SoapFaultInfos.IndexOf

[To be supplied.]

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

Parameters

info
[To be supplied.]

See Also

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