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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

ValueCollectionParameterReader Class | ValueCollectionParameterReader Members | System.Web.Services.Protocols Namespace