Share via


IStatusReporter.Name Property

 

Provides a concise name for the status report which can be used as a key. The name is used as part of the report to identify who generated the report.

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

Syntax

string Name { get; }
property String^ Name {
    String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String

Property Value

Type: System.String

See Also

IStatusReporter Interface
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top