DeploymentEventListResponse.ContinuationToken Property

 

Optional. Gets or sets the deployment event's continuation token value.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

Type: System.String

See Also

DeploymentEventListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top