다음을 통해 공유


ManagementPackComponentImplementation.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 in the attribute object template.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackComponentImplementation
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.

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

ManagementPackComponentImplementation Class
ManagementPackComponentImplementation Members
Microsoft.EnterpriseManagement.Configuration Namespace