ResponseTypeAttribute.ResponseType Property

 

Gets the response type.

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

Syntax

public Type ResponseType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Type^ ResponseType {
    [CompilerGeneratedAttribute]
    Type^ get();
    [CompilerGeneratedAttribute]
    private: void set(Type^ value);
}
member ResponseType : Type with get, private set
Public Property ResponseType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

See Also

ResponseTypeAttribute Class
System.Web.Http.Description Namespace

Return to top