ClientBase<TChannel>.ChannelBase<T>.IClientChannel.AllowInitializationUI Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um valor que indica se o canal cliente permite uma interface do usuário de inicialização.
property bool System::ServiceModel::IClientChannel::AllowInitializationUI { bool get(); void set(bool value); };
bool System.ServiceModel.IClientChannel.AllowInitializationUI { get; set; }
member this.System.ServiceModel.IClientChannel.AllowInitializationUI : bool with get, set
Property AllowInitializationUI As Boolean Implements IClientChannel.AllowInitializationUI
Valor da propriedade
true
se o canal cliente permitir uma UR de inicialização; caso contrário, false
.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ClientBase<TChannel>.ChannelBase<T> é convertida em uma interface de IClientChannel.