ApiDescription.ResponseDescription Property

 

Gets or sets the response description.

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

Syntax

public ResponseDescription ResponseDescription {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property ResponseDescription^ ResponseDescription {
    [CompilerGeneratedAttribute]
    ResponseDescription^ get();
    [CompilerGeneratedAttribute]
    internal: void set(ResponseDescription^ value);
}
member ResponseDescription : ResponseDescription with get, internal set
Public Property ResponseDescription As ResponseDescription
    Get
    Friend Set
End Property

Property Value

Type: System.Web.Http.Description.ResponseDescription

The response description.

See Also

ApiDescription Class
System.Web.Http.Description Namespace

Return to top