Compartilhar via


ManagementPackForm.BaseForm Property

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
Public Property BaseForm As ManagementPackElementReference(Of ManagementPackForm)
public ManagementPackElementReference<ManagementPackForm> BaseForm { get; set; }
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

Returns ManagementPackElementReference.

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