InstrumentationClassAttribute.ManagedBaseClassName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.