ServiceEndpoint.IsSystemEndpoint プロパティ

定義

サービス エンドポイントがユーザーによって定義されるのではなく、システムによって生成されるかどうかを取得または設定します。

public:
 property bool IsSystemEndpoint { bool get(); void set(bool value); };
public bool IsSystemEndpoint { get; set; }
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean

プロパティ値

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

適用対象