ClientBase<TChannel>.ChannelBase<T>.IClientChannel.AllowInitializationUI Propriedade

Definição

Recebe ou define um valor que indica se o canal cliente permite uma interface 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 de Propriedade

true se o canal cliente permitir um UR de inicialização; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ClientBase<TChannel>.ChannelBase<T> instância é transmitida para uma IClientChannel interface.

Aplica-se a