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

Definition

Gets or sets a value that indicates whether the client channel allows an initialization UI.

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

Property Value

true if the client channel allows an initialization UR; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ClientBase<TChannel>.ChannelBase<T> instance is cast to an IClientChannel interface.

Applies to