SPWeb.AuthenticationMode-Eigenschaft

HINWEIS: Diese API ist veraltet.

Für die interne Verwendung reserviert.

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

Syntax

'Declaration
<ObsoleteAttribute("this property always returns System.Web.Configuration.AuthenticationMode.Windows")> _
Public ReadOnly Property AuthenticationMode As AuthenticationMode
    Get
'Usage
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; }

Eigenschaftswert

Typ: System.Web.Configuration.AuthenticationMode
Diese Eigenschaft gibt immer System.Web.Configuration.AuthenticationMode.Windows.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace