Freigeben über


SPWebApplicationBuilder.AllowAnonymousAccess-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die neue Webanwendung anonymen Zugriff erlaubt.

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

Syntax

'Declaration
Public Property AllowAnonymousAccess As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As Boolean

value = instance.AllowAnonymousAccess

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

Eigenschaftswert

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

Siehe auch

Referenz

SPWebApplicationBuilder Klasse

SPWebApplicationBuilder-Member

Microsoft.SharePoint.Administration-Namespace