ServiceEndpointElement.IsSystemEndpoint プロパティ

定義

このサービス エンドポイントがインフラストラクチャ エンドポイントであるかどうかを示す値を取得または設定します。

public:
 property bool IsSystemEndpoint { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=false)]
public bool IsSystemEndpoint { get; set; }
[<System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=false)>]
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean

プロパティ値

true このサービス エンドポイントがインフラストラクチャ エンドポイントである場合。それ以外の場合は false

属性

適用対象