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 or sets the optional next link of the $links collection.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property NextPageLink As Uri
Get
Set
'Usage
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)
Property Value
Type: System.Uri
The optional next link of the $links collection.