ManagementClassDescription.SuperclassName Property
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
'Usage
Dim instance As ManagementClassDescription
Dim value As String
value = instance.SuperclassName
instance.SuperclassName = value
Syntax
'Declaration
<XmlAttributeAttribute("SuperclassName")> _
Public Property SuperclassName As String
[XmlAttributeAttribute("SuperclassName")]
public string SuperclassName { get; set; }
[XmlAttributeAttribute(L"SuperclassName")]
public:
property String^ SuperclassName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_SuperclassName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SuperclassName (String value)
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
Reference
ManagementClassDescription Class
ManagementClassDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace