Share via


FindCriteria.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)

プロパティ値

検索するコントラクト型名。

注釈

複数のコントラクト名が指定されると、すべてのコントラクトに一致するサービス エンドポイントのみが適用されます。

適用対象