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

 

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

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

private:
property bool AllowInitializationUI {
	virtual bool get() sealed = IClientChannel::AllowInitializationUI::get;
	virtual void set(bool value) sealed = IClientChannel::AllowInitializationUI::set;
}

Property Value

Type: System::Boolean

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: