Share via


ManagementPackComponentType.Base Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the class that this class is derived from.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackComponentType
Dim value As ManagementPackElementReference(Of ManagementPackElement)

value = instance.Base

instance.Base = value

Syntax

'Declaration
Public Property Base As ManagementPackElementReference(Of ManagementPackElement)
public ManagementPackElementReference<ManagementPackElement> Base { get; set; }
public:
property ManagementPackElementReference<ManagementPackElement^>^ Base {
    ManagementPackElementReference<ManagementPackElement^>^ get ();
    void set (ManagementPackElementReference<ManagementPackElement^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackElement> get_Base ()

/** @property */
public void set_Base (ManagementPackElementReference<ManagementPackElement> value)
public function get Base () : ManagementPackElementReference<ManagementPackElement>

public function set Base (value : ManagementPackElementReference<ManagementPackElement>)

Property Value

The class that this class is derived from.

Remarks

Every class except the System.Entity class must declare a base class.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackComponentType Class
ManagementPackComponentType Members
Microsoft.EnterpriseManagement.Configuration Namespace