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)

属性值

要搜索的协定类型名称。

注解

如果指定多个协定名称,则只有与全部协定都匹配的服务终结点才会进行答复。

适用于