NextLink Property
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 NextLink As Uri
Get
Set
'Usage
Dim instance As ODataEntityReferenceLinks
Dim value As Uri
value = instance.NextLink
instance.NextLink = value
public Uri NextLink { get; set; }
public:
property Uri^ NextLink {
Uri^ get ();
void set (Uri^ value);
}
member NextLink : Uri with get, set
function get NextLink () : Uri
function set NextLink (value : Uri)
Property Value
Type: System..::..Uri
The optional next link of the $links collection.