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)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
A description.
Remarks
The description may be up to 1024 characters in length. You must specify a value for either Label or Description, or for both.
See Also
HostedServiceUpdateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top