Compartilhar via


SharePointListAdapterRW.QueryAllowed Propriedade

Definição

Obtém um valor que sempre retorna true, que corresponde ao valor do atributo queryAllowed no arquivo de definição de formulário (.xsf).

public:
 property bool QueryAllowed { bool get(); };
public bool QueryAllowed { get; }
member this.QueryAllowed : bool
Public ReadOnly Property QueryAllowed As Boolean

Valor da propriedade

true se a consulta for permitida de outra forma false.

Comentários

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Aplica-se a