Gets or sets the name of the super class for the management class, for example, SMS_BaseClass for SMS_Advertisement Server WMI Class, as shown in the example at the beginning of this class description. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ManagementClassDescription
Dim value As String

value = instance.SuperclassName

instance.SuperclassName = value

Syntax

Visual Basic
<XmlAttributeAttribute("SuperclassName")> _
Public Property SuperclassName As String
C#
[XmlAttributeAttribute("SuperclassName")] 
public string SuperclassName { get; set; }
C++
[XmlAttributeAttribute(L"SuperclassName")] 
public:
property String^ SuperclassName {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_SuperclassName ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SuperclassName (String value)
JScript
DebuggerStepThroughAttribute 
public function get SuperclassName () : String

DebuggerStepThroughAttribute 
public function set SuperclassName (value : String)

Property Value

Super class name string.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also