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>

엔드포인트와 연결된 계약 형식 이름입니다.

적용 대상