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 (ParameterInfo)

[To be supplied.]

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

Parameters

paramInfo
[To be supplied.]

See Also

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