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)

public:
[DataMemberAttribute(Order = 5)]
property String^ SchedulerJobCollectionId {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: