ServiceHealthModel.ChannelDispatcherModel.BindingName 属性
定义
获取用于配置服务的绑定的名称。Gets the name of the binding used to configure the service.
public:
property System::String ^ BindingName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string BindingName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.BindingName : string
Public ReadOnly Property BindingName As String
属性值
用于配置服务的绑定的名称。The name of the binding used to configure the service.
- 属性