Compartir a través de


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

Definición

Obtiene o establece un valor que indica si el canal de cliente permite una UI 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

Boolean

true si el canal de cliente permite un URI de inicialización; si no, false.

Implementaciones

Comentarios

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

Se aplica a