CatalogItemList.NextLink Property

 

Optional. Gets or sets the link to the next page of results.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public string NextLink { get; set; }
public:
property String^ NextLink {
    String^ get();
    void set(String^ value);
}
member NextLink : string with get, set
Public Property NextLink As String

Property Value

Type: System.String

See Also

CatalogItemList Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top