Share via


LoginProvider.Name Property

 

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

Syntax

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

Property Value

Type: System.String

Implements

ILoginProvider.Name

See Also

LoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top