ServiceEndpointElement.IsSystemEndpoint 属性
定义
获取或设置一个值,该值指示此服务终结点是否为基础结构终结点。Gets or sets a value that indicates whether this service endpoint is an infrastructure endpoint.
public:
property bool IsSystemEndpoint { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool IsSystemEndpoint { get; set; }
[<System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean
属性值
如果此服务终结点是基础结构终结点,则为 true;否则为 false。true if this service endpoint is an infrastructure endpoint; otherwise, false.
- 属性