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!

HttpMethodAttribute.ParameterFormatter

[To be supplied.]

[Visual Basic]
Public Property ParameterFormatter As Type
[C#]
public Type ParameterFormatter {get; set;}
[C++]
public: __property Type* get_ParameterFormatter();
public: __property void set_ParameterFormatter(Type*);
[JScript]
public function get ParameterFormatter() : Type;
public function set ParameterFormatter(Type);

See Also

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