Share via


SPWeb.AuthenticationMode property

NOTE: This API is now obsolete.

Reservado para uso interno.

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

Syntax

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

Property value

Type: System.Web.Configuration.AuthenticationMode
Essa propriedade sempre retorna System.Web.Configuration.AuthenticationMode.Windows.

Ver também

Referência

SPWeb class

SPWeb members

Microsoft.SharePoint namespace