Share via


ManagementPackModuleType.ConditionDetectionCollection Property

Definition

Gets a condition collection of detection modules that are used in the module workflow.

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

Property Value

A ManagementPackSubElementCollection<T> collection of ManagementPackModuleTypeReference objects.

A condition collection of detection modules.

Applies to