ODataFeed.NextPageLink 屬性
取得或設定表示下一頁連結的 URI。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Property NextPageLink As Uri
Get
Set
'用途
Dim instance As ODataFeed
Dim value As Uri
value = instance.NextPageLink
instance.NextPageLink = value
public Uri NextPageLink { get; set; }
public:
property Uri^ NextPageLink {
Uri^ get ();
void set (Uri^ value);
}
member NextPageLink : Uri with get, set
function get NextPageLink () : Uri
function set NextPageLink (value : Uri)
屬性值
型別:System.Uri
表示下一頁連結的 URI。