ManagementPackComponentReference.TypeID 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 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 ManagementPackComponentReference
Dim value As ManagementPackElementReference(Of ManagementPackElement)
value = instance.TypeID
instance.TypeID = value
Syntax
'Declaration
Public Property TypeID As ManagementPackElementReference(Of ManagementPackElement)
public ManagementPackElementReference<ManagementPackElement> TypeID { get; set; }
public:
property ManagementPackElementReference<ManagementPackElement^>^ TypeID {
ManagementPackElementReference<ManagementPackElement^>^ get ();
void set (ManagementPackElementReference<ManagementPackElement^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackElement> get_TypeID ()
/** @property */
public void set_TypeID (ManagementPackElementReference<ManagementPackElement> value)
public function get TypeID () : ManagementPackElementReference<ManagementPackElement>
public function set TypeID (value : ManagementPackElementReference<ManagementPackElement>)
Property Value
The 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
ManagementPackComponentReference Class
ManagementPackComponentReference Members
Microsoft.EnterpriseManagement.Configuration Namespace