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 TopQueryOption.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public TopQueryOption Top {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property TopQueryOption^ Top {
    [CompilerGeneratedAttribute]
    TopQueryOption^ get();
    [CompilerGeneratedAttribute]
    private: void set(TopQueryOption^ value);
}
member Top : TopQueryOption with get, private set
Public Property Top As TopQueryOption
    Get
    Private Set
End Property
Property Value
Type: System.Web.OData.Query.TopQueryOption
See Also
ODataQueryOptions Class
System.Web.OData.Query Namespace
Return to top