ClientBase<TChannel>.ChannelBase<T>.IClientChannel.AllowInitializationUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.