ManagementPackComponentImplementationComposite.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 base value in the field class empty constructor template.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackComponentImplementationComposite
Dim value As ManagementPackBaseComponentReference
value = instance.Base
instance.Base = value
Syntax
'Declaration
Public Property Base As ManagementPackBaseComponentReference
public ManagementPackBaseComponentReference Base { get; set; }
public:
property ManagementPackBaseComponentReference^ Base {
ManagementPackBaseComponentReference^ get ();
void set (ManagementPackBaseComponentReference^ value);
}
/** @property */
public ManagementPackBaseComponentReference get_Base ()
/** @property */
public void set_Base (ManagementPackBaseComponentReference value)
public function get Base () : ManagementPackBaseComponentReference
public function set Base (value : ManagementPackBaseComponentReference)
Property Value
The base value.
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
ManagementPackComponentImplementationComposite Class
ManagementPackComponentImplementationComposite Members
Microsoft.EnterpriseManagement.Configuration Namespace