共用方式為


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)

屬性值

Collection<XmlQualifiedName>

要搜尋的合約型別名稱。

備註

如果指定多個合約名稱,則只會回覆符合「所有」合約的服務端點。

適用於