共用方式為


EndpointDiscoveryMetadata.ContractTypeNames 屬性

定義

取得 EndpointDiscoveryMetadata 描述之服務實作的合約型別名稱集合。

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>

合約型別名稱的集合。

適用於