InstrumentationClassAttribute.ManagedBaseClassName Property

Definition

Gets or sets the name of the base class of this instrumentation class.

public:
 property System::String ^ ManagedBaseClassName { System::String ^ get(); };
public string ManagedBaseClassName { get; }
member this.ManagedBaseClassName : string
Public ReadOnly Property ManagedBaseClassName As String

Property Value

Returns a String value containing the name of the base class of this instrumentation class.

Remarks

Property Value

If not null, this string indicates the WMI base class that this class inherits from in the CIM schema.

.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