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.ReturnFormatter

[To be supplied.]

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

See Also

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