EndpointDispatcher.IsSystemEndpoint プロパティ

定義

エンドポイントがユーザーではなくサーバーによって内部で作成されたかどうかを示す値を取得します。

public:
 property bool IsSystemEndpoint { bool get(); };
public bool IsSystemEndpoint { get; }
member this.IsSystemEndpoint : bool
Public ReadOnly Property IsSystemEndpoint As Boolean

プロパティ値

Boolean

エンドポイントがシステムによって生成された場合は true、それ以外の場合は false

適用対象