次の方法で共有


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

プロパティ値

Boolean

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

属性

適用対象