Share via


StatusReport.Description Property

 

Provide a description of what this StatusReport is about.

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

See Also

StatusReport Class
Microsoft.WindowsAzure.Mobile.Service.Models Namespace

Return to top