IInstance.Published Property
.NET Framework 3.0
Gets or sets a value indicating whether instances of classes that implement this interface are visible through management instrumentation.
Namespace: System.Management.Instrumentation
Assembly: System.Management (in system.management.dll)
Assembly: System.Management (in system.management.dll)
/** @property */ boolean get_Published () /** @property */ void set_Published (boolean value)
function get Published () : boolean function set Published (value : boolean)
Not applicable.
Property Value
Returns a Boolean value indicating whether instances of classes that implement this interface are visible through management instrumentation.Property Value
true, if the instance is visible through management instrumentation; otherwise, false
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: