次の方法で共有


EndpointDiscoveryBehavior.ContractTypeNames プロパティ

定義

エンドポイントに関連付けられているコントラクト型名を取得します。

public:
 property System::Collections::ObjectModel::Collection<System::Xml::XmlQualifiedName ^> ^ ContractTypeNames { System::Collections::ObjectModel::Collection<System::Xml::XmlQualifiedName ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.XmlQualifiedName> ContractTypeNames { get; }
member this.ContractTypeNames : System.Collections.ObjectModel.Collection<System.Xml.XmlQualifiedName>
Public ReadOnly Property ContractTypeNames As Collection(Of XmlQualifiedName)

プロパティ値

Collection<XmlQualifiedName>

エンドポイントに関連付けられているコントラクト型名。

適用対象