SPWeb.AllowAnonymousAccess-Eigenschaft

Ruft einen booleschen Wert, der angibt, ob der anonyme Zugriff für die Website zulässig ist.

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

Syntax

'Declaration
Public ReadOnly Property AllowAnonymousAccess As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.AllowAnonymousAccess
public bool AllowAnonymousAccess { get; }

Eigenschaftswert

Typ: System.Boolean
true wenn der anonyme Zugriff zulässig ist; andernfalls false.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace