ManagementPackModuleTypeReference.TypeID Property
Gets or sets the type of the module. This module type must be declared in the same management pack or a referenced management pack.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ManagementPackModuleTypeReference
Dim value As ManagementPackElementReference(Of ManagementPackModuleType)
value = instance.TypeID
instance.TypeID = value
Syntax
'Declaration
Public Property TypeID As ManagementPackElementReference(Of ManagementPackModuleType)
public ManagementPackElementReference<ManagementPackModuleType> TypeID { get; set; }
public:
property ManagementPackElementReference<ManagementPackModuleType^>^ TypeID {
ManagementPackElementReference<ManagementPackModuleType^>^ get ();
void set (ManagementPackElementReference<ManagementPackModuleType^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackModuleType> get_TypeID ()
/** @property */
public void set_TypeID (ManagementPackElementReference<ManagementPackModuleType> value)
public function get TypeID () : ManagementPackElementReference<ManagementPackModuleType>
public function set TypeID (value : ManagementPackElementReference<ManagementPackModuleType>)
Property Value
A ManagementPackElementReference reference to a ManagementPackModuleType object.
The type of the module.
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
ManagementPackModuleTypeReference Class
ManagementPackModuleTypeReference Members
Microsoft.EnterpriseManagement.Configuration Namespace