Share via


ManagementPackModuleType.ProbeActionCollection Property

Definition

Gets a probe action module that is used in the module workflow.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleTypeReference ^> ^ ProbeActionCollection { Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleTypeReference ^> ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleTypeReference> ProbeActionCollection { get; }
member this.ProbeActionCollection : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleTypeReference>
Public ReadOnly Property ProbeActionCollection As ManagementPackSubElementCollection(Of ManagementPackModuleTypeReference)

Property Value

A ManagementPackSubElementCollection<T> collection of ManagementPackModuleTypeReference objects.

A probe action module that is used in the module workflow.

Applies to