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!

ValueCollectionParameterReader.IsSupported (LogicalMethodInfo)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function IsSupported( _
   ByVal methodInfo As LogicalMethodInfo _
) As Boolean
[C#]
public static bool IsSupported(
   LogicalMethodInfo methodInfo
);
[C++]
public: static bool IsSupported(
   LogicalMethodInfo* methodInfo
);
[JScript]
public static function IsSupported(
   methodInfo : LogicalMethodInfo
) : Boolean;

Parameters

methodInfo
[To be supplied.]

See Also

ValueCollectionParameterReader Class | ValueCollectionParameterReader Members | System.Web.Services.Protocols Namespace | ValueCollectionParameterReader.IsSupported Overload List