Compartilhar via


ManagementPackObjectTemplate.TypeID Property

Gets and sets a valid identifier for this class.

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

Usage

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

Returns ManagementPackElementReference.

A valid identifier for this class.

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

ManagementPackObjectTemplate Class
ManagementPackObjectTemplate Members
Microsoft.EnterpriseManagement.Configuration Namespace