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

属性

适用于