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 ユーザー定義エンドポイントの場合は 。

属性

適用対象