SPWeb.AuthenticationMode - Propriété

Remarque : cette API est désormais obsolète.

Réservé à une utilisation interne.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("this property always returns System.Web.Configuration.AuthenticationMode.Windows")> _
Public ReadOnly Property AuthenticationMode As AuthenticationMode
    Get
'Utilisation
Dim instance As SPWeb
Dim value As AuthenticationMode

value = instance.AuthenticationMode
[ObsoleteAttribute("this property always returns System.Web.Configuration.AuthenticationMode.Windows")]
public AuthenticationMode AuthenticationMode { get; }

Valeur de propriété

Type : System.Web.Configuration.AuthenticationMode
Cette propriété retourne toujours la valeur System.Web.Configuration.AuthenticationMode.Windows.

Voir aussi

Référence

SPWeb classe

SPWeb - Membres

Microsoft.SharePoint - Espace de noms