Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the total count of items in the feed.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
[DataMemberAttribute]
public Nullable<long> Count { get; private set; }
public:
[DataMemberAttribute]
property Nullable<long long> Count {
Nullable<long long> get();
private: void set(Nullable<long long> value);
}
[<DataMemberAttribute>]
member Count : Nullable<int64> with get, private set
<DataMemberAttribute>
Public Property Count As Nullable(Of Long)
Get
Private Set
End Property
Property Value
Type: System.Nullable<Int64>
See Also
PageResult Class
System.Web.Http.OData Namespace
Return to top