ManagementPackComponentBehavior.ComponentTypeId Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets a component type identifier value in the attribute object template.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackComponentBehavior
Dim value As ManagementPackElementReference(Of ManagementPackElement)
value = instance.ComponentTypeId
instance.ComponentTypeId = value
Syntax
'Declaration
Public Property ComponentTypeId As ManagementPackElementReference(Of ManagementPackElement)
public ManagementPackElementReference<ManagementPackElement> ComponentTypeId { get; set; }
public:
property ManagementPackElementReference<ManagementPackElement^>^ ComponentTypeId {
ManagementPackElementReference<ManagementPackElement^>^ get ();
void set (ManagementPackElementReference<ManagementPackElement^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackElement> get_ComponentTypeId ()
/** @property */
public void set_ComponentTypeId (ManagementPackElementReference<ManagementPackElement> value)
public function get ComponentTypeId () : ManagementPackElementReference<ManagementPackElement>
public function set ComponentTypeId (value : ManagementPackElementReference<ManagementPackElement>)
Property Value
The component type identifier 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
ManagementPackComponentBehavior Class
ManagementPackComponentBehavior Members
Microsoft.EnterpriseManagement.Configuration Namespace