Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InstrumentationClassAttribute::ManagedBaseClassName Property

 

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

Namespace:   System.Management.Instrumentation
Assembly:  System.Management (in System.Management.dll)

public:
property String^ ManagedBaseClassName {
	String^ get();
}

Property Value

Type: System::String^

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

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

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft