HostedServiceUpdateParameters.Label Property

 

Gets or sets the base-64-encoded identifier of the cloud service.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.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

The base-64 encoded identifier.

Remarks

The identifier can be up to 100 characters long. The label can be used for your tracking purposes.

See Also

HostedServiceUpdateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top