次の方法で共有


EndpointDiscoveryElement.Enabled プロパティ

定義

このエンドポイントの探索可能性を示す値を取得または設定します。

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

プロパティ値

このエンドポイントの探索可能性が有効な場合は true。それ以外の場合は false

属性

適用対象