ResponseWithSkipToken<T>.SkipToken Propriedade
Obtém a ignorar o token.
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public string SkipToken { get; }
public:
property String^ SkipToken {
String^ get();
}
member SkipToken : string with get
Public ReadOnly Property SkipToken As String
Valor de propriedade
Type: System.String
Consulte também
Classe ResponseWithSkipToken<T>
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo