Share via


ManagementPackTask.ProbeAction Property

Definition

Gets or sets the probe action of the task. This is the action that the user wants the task to complete. A probe action is used when the task does not change the state of any application.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackProbeActionModule ^ ProbeAction { Microsoft::EnterpriseManagement::Configuration::ManagementPackProbeActionModule ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackProbeActionModule ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackProbeActionModule ProbeAction { get; set; }
member this.ProbeAction : Microsoft.EnterpriseManagement.Configuration.ManagementPackProbeActionModule with get, set
Public Property ProbeAction As ManagementPackProbeActionModule

Property Value

A ManagementPackProbeActionModule object.

The probe action of the task.

Applies to