PeerResolverElement.Custom プロパティ

定義

カスタム ピア リゾルバーの実装である場合は、このピア リゾルバーの構成要素を取得します。

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のインスタンスが含まれます。

適用対象