Instance.Published 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出實作這個介面的類別執行個體是否可以經由管理檢測顯示。
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 安全性
完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫。