Share via


ServiceSettingsDictionary.Name Property

 

Gets or sets the name of the service.

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

Syntax

public virtual string Name { get; set; }
public:
property String^ Name {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract Name : string with get, set
override Name : string with get, set
Public Overridable Property Name As String

Property Value

Type: System.String

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top