SettingsAllowAnonymousAttribute.Allow Propriedade
Definição
Obtém um valor que indica se a propriedade associada de uma implementação de perfil personalizado pode ser acessada se o usuário é um usuário anônimo.Gets a value indicating whether the associated property of a custom profile implementation can be accessed if the user is an anonymous user.
public:
property bool Allow { bool get(); };
public bool Allow { get; }
member this.Allow : bool
Public ReadOnly Property Allow As Boolean
Valor da propriedade
true se usuários anônimos puderem acessar a propriedade de perfil associada; caso contrário, false .true if anonymous users can access the associated profile property; otherwise, false.