PeerResolverElement.Custom プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ピア リゾルバーの実装がカスタム ピア リゾルバーの場合、このピア リゾルバーの構成要素を取得します。
public:
property System::ServiceModel::Configuration::PeerCustomResolverElement ^ Custom { System::ServiceModel::Configuration::PeerCustomResolverElement ^ get(); };
[System.Configuration.ConfigurationProperty("custom")]
public System.ServiceModel.Configuration.PeerCustomResolverElement Custom { get; }
[<System.Configuration.ConfigurationProperty("custom")>]
member this.Custom : System.ServiceModel.Configuration.PeerCustomResolverElement
Public ReadOnly Property Custom As PeerCustomResolverElement
プロパティ値
ピア リゾルバーの実装がカスタム ピア リゾルバーの場合にピア リゾルバーの構成要素を格納する PeerCustomResolverElement。
- 属性
注釈
PeerCustomResolverElement プロパティが Mode に設定されている場合、このプロパティに Custom のインスタンスが格納されています。