HostedServiceUpdateParameters::Description Property

 

Gets or sets the description of the cloud service.

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

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

Property Value

Type: System::String^

A description.

The description may be up to 1024 characters in length. You must specify a value for either Label or Description, or for both.

Return to top
Show: