Share via


ManagementPackWriteActionModule.TypeID Property

Definition

Gets or sets the identifier of the module type for this module. This module type must be declared in the same management pack or a referenced management pack. The module type must be a write action module type.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackWriteActionModuleType ^> ^ TypeID { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackWriteActionModuleType ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackWriteActionModuleType ^> ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackWriteActionModuleType> TypeID { get; set; }
member this.TypeID : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackWriteActionModuleType> with get, set
Public Property TypeID As ManagementPackElementReference(Of ManagementPackWriteActionModuleType)

Property Value

A reference to a ManagementPackWriteActionModuleType object.

The identifier of the module type for this module.

Applies to