CloudServiceListResponse.CloudService.Label Property

 

Optional. The label of the cloud service region.

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

Syntax

public string Label { get; set; }
public:
property String^ Label {
    String^ get();
    void set(String^ value);
}
member Label : string with get, set
Public Property Label As String

Property Value

Type: System.String

See Also

CloudServiceListResponse.CloudService Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top