Compartilhar via


SPMobilePage.AllowAnonymousAccess property

Obtém um valor que indica se os usuários podem acessar a página sem efetuar login.

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

Syntax

'Declaração
Protected Overrides ReadOnly Property AllowAnonymousAccess As Boolean
    Get
'Uso
Dim value As Boolean

value = Me.AllowAnonymousAccess
protected override bool AllowAnonymousAccess { get; }

Property value

Type: System.Boolean
True se o acesso anônimo é permitido; Caso contrário, false.

Comentários

A implementação padrão retorna false.

Ver também

Referência

SPMobilePage class

SPMobilePage members

Microsoft.SharePoint.Mobile.WebControls namespace