共用方式為


ODataEntityReferenceLinks.NextPageLink 屬性

取得或設定 $links 集合的選擇性下一個連結。

命名空間:  Microsoft.Data.OData
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Property NextPageLink As Uri
    Get
    Set
'用途
Dim instance As ODataEntityReferenceLinks
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
$links 集合的選擇性下一個連結。

請參閱

參考

ODataEntityReferenceLinks 類別

Microsoft.Data.OData 命名空間