ManagementPackClass.Base Property
System Center
Gets or sets the class that this class is derived from.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
public: property ManagementPackElementReference<ManagementPackClass^>^ Base { ManagementPackElementReference<ManagementPackClass^>^ get (); void set (ManagementPackElementReference<ManagementPackClass^>^ value); }
/** @property */ public ManagementPackElementReference<ManagementPackClass> get_Base () /** @property */ public void set_Base (ManagementPackElementReference<ManagementPackClass> value)
public function get Base () : ManagementPackElementReference<ManagementPackClass> public function set Base (value : ManagementPackElementReference<ManagementPackClass>)
Property Value
The class that this class is derived from.Every class except the System.Entity class must declare a base class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: