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 value of the $top as a parsed integer.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public int Value { get; }
public:
property int Value {
int get();
}
member Value : int with get
Public ReadOnly Property Value As Integer
Property Value
Type: System.Int32
See Also
TopQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top