Share via


Instance.Published 屬性

定義

取得或設定值,指出實作這個介面的類別執行個體是否可以經由管理檢測顯示。

public:
 property bool Published { bool get(); void set(bool value); };
[System.Management.Instrumentation.IgnoreMember]
public bool Published { get; set; }
[<System.Management.Instrumentation.IgnoreMember>]
member this.Published : bool with get, set
Public Property Published As Boolean

屬性值

傳回 Boolean 值,指出實作這個介面的類別執行個體是否可以經由管理檢測顯示。

實作

屬性

備註

屬性值

true如果實例可透過管理檢測顯示,則為 ;否則 false

.NET Framework 安全性

完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫

適用於

另請參閱