Propriedade OperationResponseWithSkipToken.SkipToken
Optional. Gets or sets the skip token.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As OperationResponseWithSkipToken
Dim value As String
value = instance.SkipToken
instance.SkipToken = value
Sintaxe
'Declaração
Public Property SkipToken As String
public string SkipToken { get; set; }
public:
property String^ SkipToken {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_SkipToken ()
/** @property */
public void set_SkipToken (String value)
public function get SkipToken () : String
public function set SkipToken (value : String)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe OperationResponseWithSkipToken
Membros OperationResponseWithSkipToken
Namespace Microsoft.WindowsAzure.Management.Automation.Models