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

Definición

Obtiene o establece un valor que indica si el canal de cliente permite una interfaz de usuario de inicialización.

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 propiedad

true si el canal de cliente permite un UR de inicialización; de lo contrario, false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ClientBase<TChannel>.ChannelBase<T> instancia se convierte en una IClientChannel interfaz.

Se aplica a