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

屬性

適用於