StorageQueueMessage.SchedulerJobId Property
Gets or sets the Scheduler Job 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.SchedulerJobId
instance.SchedulerJobId = value
Syntax
'Declaration
<DataMemberAttribute(Order:=4)> _
Public Property SchedulerJobId As String
[DataMemberAttribute(Order=4)]
public string SchedulerJobId { get; set; }
[DataMemberAttribute(Order=4)]
public:
property String^ SchedulerJobId {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_SchedulerJobId ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_SchedulerJobId (String value)
CompilerGeneratedAttribute
public function get SchedulerJobId () : String
CompilerGeneratedAttribute
public function set SchedulerJobId (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