ClientBase<TChannel>.ChannelBase<T>.IClientChannel.DidInteractiveInitialization 屬性

定義

取得值,指出是否已呼叫使用者介面,以取得認證資訊。

property bool System::ServiceModel::IClientChannel::DidInteractiveInitialization { bool get(); };
bool System.ServiceModel.IClientChannel.DidInteractiveInitialization { get; }
member this.System.ServiceModel.IClientChannel.DidInteractiveInitialization : bool
 ReadOnly Property DidInteractiveInitialization As Boolean Implements IClientChannel.DidInteractiveInitialization

屬性值

Boolean

如果已呼叫使用者介面以取得認證資訊,則為 true,否則為 false

實作

備註

這個成員是明確介面成員實作, 只有在 ClientBase<TChannel>.ChannelBase<T> 執行個體轉換成 IClientChannel 介面時,才能使用這個成員。

適用於