ResultLimitAttribute.ResultLimit Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the result limit.

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

Syntax

'Declaration
Public ReadOnly Property ResultLimit As Integer
public int ResultLimit { get; }
public:
property int ResultLimit {
    int get ();
}
member ResultLimit : int
function get ResultLimit () : int

Property Value

Type: System.Int32
The result limit.

See Also

Reference

ResultLimitAttribute Class

System.Web.Http Namespace