Share via


StorageQueueMessage.SchedulerJobCollectionId Property

Gets or sets the Scheduler JobCollection ID

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

Usage

'Usage
Dim instance As StorageQueueMessage
Dim value As String

value = instance.SchedulerJobCollectionId

instance.SchedulerJobCollectionId = value

Syntax

'Declaration
<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)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StorageQueueMessage Class
StorageQueueMessage Members
Microsoft.WindowsAzure.Scheduler.Models Namespace