HostedServiceCreateParameters::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)

public:
property String^ Label {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The base-64 encoded identifier.

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

Return to top
Show: