ServiceEndpoint.IsSystemEndpoint 屬性

定義

取得或設定服務端點是否由系統產生,而非由使用者定義。

public:
 property bool IsSystemEndpoint { bool get(); void set(bool value); };
public bool IsSystemEndpoint { get; set; }
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean

屬性值

如果服務端點是由系統產生,則為 true,否則為 false

適用於