ManagementPackComponentOverride.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 the type identifier value in the attribute object template.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
'Usage
Dim instance As ManagementPackComponentOverride
Dim value As ManagementPackElementReference(Of ManagementPackElement)
value = instance.TypeID
instance.TypeID = value
'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>)
The type identifier value.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Vista, Windows Server 2003, and
Windows Server 2008,Windows Server 2003
ManagementPackComponentOverride Class
ManagementPackComponentOverride Members
Microsoft.EnterpriseManagement.Configuration Namespace