Share via


OperationResponseWithSkipToken.NextLink Property

 

Optional. Gets or sets the next link.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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

OperationResponseWithSkipToken Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top