Compartilhar via


ParametersWithSkipToken.SkipToken Propriedade

 

Opcional. Obtém ou define o símbolo de salto.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe ParametersWithSkipToken
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo