Share via


ManagementPackProbeActionModule.TypeID Property

Definition

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

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

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackProbeActionModuleType object.

The identifier of the type of this module.

Applies to