StatusReporter.Name Property
Namespace: Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
virtual String^ get() sealed;
}
abstract Name : string with get
override Name : string with get
Public ReadOnly Property Name As String
Property Value
Type: System.String
Implements
See Also
StatusReporter Class
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace
Return to top