ServiceHealthModel.ChannelDispatcherModel.IsSystemEndpoint 属性

定义

获取与通道调度程序关联的终结点是否为系统终结点。

public:
 property bool IsSystemEndpoint { bool get(); };
[System.Runtime.Serialization.DataMember]
public bool IsSystemEndpoint { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsSystemEndpoint : bool
Public ReadOnly Property IsSystemEndpoint As Boolean

属性值

Boolean

true 如果与通道调度程序关联的终结点是系统终结点,则为 ; false 如果它是用户定义的终结点,则为 。

属性

适用于