EndpointCollectionElement.EndpointName 属性

定义

在派生类中实现时,获取服务终结点元素的 name 特性的值。

public:
 property System::String ^ EndpointName { System::String ^ get(); };
public string EndpointName { get; }
member this.EndpointName : string
Public ReadOnly Property EndpointName As String

属性值

String

服务终结点元素中的 name 特性的值。

适用于