Share via


TwitterLoginProvider.Name Property

 

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

Syntax

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

Property Value

Type: System.String

Implements

ILoginProvider.Name

See Also

TwitterLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top