Partager via


ManagementPackForm.BaseForm 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 management pack base form.

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

Usage

'Usage
Dim instance As ManagementPackForm
Dim value As ManagementPackElementReference(Of ManagementPackForm)

value = instance.BaseForm

instance.BaseForm = value

Syntax

'Declaration
<CriteriaPropertyMappingAttribute("BaseForm")> _
Public Property BaseForm As ManagementPackElementReference(Of ManagementPackForm)
[CriteriaPropertyMappingAttribute("BaseForm")] 
public ManagementPackElementReference<ManagementPackForm> BaseForm { get; set; }
[CriteriaPropertyMappingAttribute(L"BaseForm")] 
public:
property ManagementPackElementReference<ManagementPackForm^>^ BaseForm {
    ManagementPackElementReference<ManagementPackForm^>^ get ();
    void set (ManagementPackElementReference<ManagementPackForm^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackForm> get_BaseForm ()

/** @property */
public void set_BaseForm (ManagementPackElementReference<ManagementPackForm> value)
public function get BaseForm () : ManagementPackElementReference<ManagementPackForm>

public function set BaseForm (value : ManagementPackElementReference<ManagementPackForm>)

Property Value

The management pack base form.

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

ManagementPackForm Class
ManagementPackForm Members
Microsoft.EnterpriseManagement.Configuration Namespace