Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResponseTypeAttribute::ResponseType Property

 

Gets the response type.

Namespace:   System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property Type^ ResponseType {
	[CompilerGeneratedAttribute]
	Type^ get();
	[CompilerGeneratedAttribute]
	private: void set(Type^ value);
}

Property Value

Type: System::Type^

Return to top
Show: