ClientBase<TChannel>.ChannelBase<T>.DidInteractiveInitialization 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 a value indicating whether a call was done to a user interface to obtain credential information.
public:
property bool DidInteractiveInitialization { bool get(); };
public bool DidInteractiveInitialization { get; }
member this.DidInteractiveInitialization : bool
Public ReadOnly Property DidInteractiveInitialization As Boolean
Property Value
true if the DisplayInitializationUI() method was called (or the BeginDisplayInitializationUI(AsyncCallback, Object) and EndDisplayInitializationUI(IAsyncResult) methods; otherwise, false.