SPIisSettings.AllowAnonymous-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die Webanwendung anonymen Zugriff erlaubt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowAnonymous As Boolean
Get
Set
'Usage
Dim instance As SPIisSettings
Dim value As Boolean
value = instance.AllowAnonymous
instance.AllowAnonymous = value
public bool AllowAnonymous { get; set; }
Eigenschaftswert
Typ: System.Boolean
true , um anonymen Zugriff zuzulassen; andernfalls false. Der Standardwert ist false.