Share via


StatusReport.Status Property

 

Collection of data points describing the status of the service as provided by a particular IStatusReporter.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public IDictionary<string, object> Status { get; }
public:
property IDictionary<String^, Object^>^ Status {
    IDictionary<String^, Object^>^ get();
}
member Status : IDictionary<string, Object> with get
Public ReadOnly Property Status As IDictionary(Of String, Object)

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

See Also

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

Return to top