This documentation is archived and is not being maintained.
IInstance.Published Property
.NET Framework 1.1
Gets or sets a value indicating whether instances of classes that implement this interface are visible through management instrumentation.
[Visual Basic] Property Published As Boolean [C#] bool Published {get; set;} [C++] __property bool get_Published(); __property void set_Published(bool); [JScript] function get Published() : Boolean;function set Published(Boolean);
Property Value
true, if the instance is visible through management instrumentation; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.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
See Also
IInstance Interface | IInstance Members | System.Management.Instrumentation Namespace
Show: