SPAuthenticationProvider.DisplayName property

Derived classes must implement this read-only property to get the display name for the authentication provider.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As SPAuthenticationProvider
Dim value As String

value = instance.DisplayName
public abstract string DisplayName { get; }

Property value

Type: System.String
A String object that contains the display name.

See also

Reference

SPAuthenticationProvider class

SPAuthenticationProvider members

Microsoft.SharePoint.Administration namespace