Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackForm Dim value As ManagementPackElementReference(Of ManagementPackForm) value = instance.BaseForm instance.BaseForm = value |
Syntax
Visual Basic |
---|
Public Property BaseForm As ManagementPackElementReference(Of ManagementPackForm) |
C# |
---|
public ManagementPackElementReference<ManagementPackForm> BaseForm { get; set; } |
C++ |
---|
public: property ManagementPackElementReference<ManagementPackForm^>^ BaseForm { ManagementPackElementReference<ManagementPackForm^>^ get (); void set (ManagementPackElementReference<ManagementPackForm^>^ value); } |
J# |
---|
/** @property */ public ManagementPackElementReference<ManagementPackForm> get_BaseForm () /** @property */ public void set_BaseForm (ManagementPackElementReference<ManagementPackForm> value) |
JScript |
---|
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.