Propriedade StorageQueueMessage.SchedulerJobCollectionId
Gets or sets the Scheduler JobCollection ID
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As StorageQueueMessage
Dim value As String
value = instance.SchedulerJobCollectionId
instance.SchedulerJobCollectionId = value
Sintaxe
'Declaração
<DataMemberAttribute(Order:=5)> _
Public Property SchedulerJobCollectionId As String
[DataMemberAttribute(Order=5)]
public string SchedulerJobCollectionId { get; set; }
[DataMemberAttribute(Order=5)]
public:
property String^ SchedulerJobCollectionId {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_SchedulerJobCollectionId ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_SchedulerJobCollectionId (String value)
CompilerGeneratedAttribute
public function get SchedulerJobCollectionId () : String
CompilerGeneratedAttribute
public function set SchedulerJobCollectionId (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 StorageQueueMessage
Membros StorageQueueMessage
Namespace Microsoft.WindowsAzure.Scheduler.Models