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>

与终结点关联的协定类型名称。

适用于