Share via


MongoStatusReporter.Name Property

 

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

IStatusReporter.Name

See Also

MongoStatusReporter Class
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top