TopQueryOption.Value Property
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
'Declaration
Public ReadOnly Property Value As Integer
Get
'Usage
Dim instance As TopQueryOption
Dim value As Integer
value = instance.Value
public int Value { get; }
public:
property int Value {
int get ();
}
member Value : int
function get Value () : int
Property Value
Type: System.Int32