StorageQueueMessage::Region Property

 

Gets or sets the Region

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

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

Property Value

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