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 命名空间