CloudServiceCreateParameters.Label Property
Required. Label for the cloud service.
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
CloudServiceCreateParameters Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top