ClientBase<TChannel>.ChannelBase<T>.IClientChannel.AllowInitializationUI Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si le canal client permet une initialisation d'interface utilisateur.
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
Valeur de propriété
true
si le canal client permet une interface utilisateur d'initialisation ; sinon, false
.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ClientBase<TChannel>.ChannelBase<T> est castée en interface IClientChannel.