Share via


ODataQueryOptions.InlineCount Property

Gets or sets a value that corresponds to allowing the inlinecount query option.

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

Syntax

'Declaration
Public Property InlineCount As InlineCountQueryOption 
    Get 
    Private Set
'Usage
Dim instance As ODataQueryOptions 
Dim value As InlineCountQueryOption 

value = instance.InlineCount
public InlineCountQueryOption InlineCount { get; private set; }
public:
property InlineCountQueryOption^ InlineCount {
    InlineCountQueryOption^ get ();
    private: void set (InlineCountQueryOption^ value);
}
member InlineCount : InlineCountQueryOption with get, private set
function get InlineCount () : InlineCountQueryOption 
private function set InlineCount (value : InlineCountQueryOption)

Property Value

Type: System.Web.Http.OData.Query.InlineCountQueryOption
A value that corresponds to allowing the inlinecount query option.

See Also

Reference

ODataQueryOptions Class

System.Web.Http.OData.Query Namespace