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

属性

适用于