SPAuthenticationProvider.DisplayName - Propriété
Les classes dérivées doivent implémenter cette propriété en lecture seule pour obtenir le nom d'affichage pour le fournisseur d'authentification.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property DisplayName As String
Get
'Utilisation
Dim instance As SPAuthenticationProvider
Dim value As String
value = instance.DisplayName
public abstract string DisplayName { get; }
Valeur de propriété
Type : System.String
Un objet String qui contient le nom complet.
Voir aussi
Référence
SPAuthenticationProvider classe