Instance.Published Property

Definition

Gets or sets a value indicating whether instances of classes that implement this interface are visible through management instrumentation.

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

Property Value

Returns a Boolean value indicating whether instances of classes that implement this interface are visible through management instrumentation.

Implements

Attributes

Remarks

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.

Applies to

See also