[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]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. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackTask
Dim value As ManagementPackProbeActionModule

value = instance.ProbeAction

instance.ProbeAction = value

Syntax

Visual Basic
Public Property ProbeAction As ManagementPackProbeActionModule
C#
public ManagementPackProbeActionModule ProbeAction { get; set; }
C++
public:
property ManagementPackProbeActionModule^ ProbeAction {
		ManagementPackProbeActionModule^ get ();
		void set (ManagementPackProbeActionModule^ value);
}
J#
/** @property */
public ManagementPackProbeActionModule get_ProbeAction ()

/** @property */
public void set_ProbeAction (ManagementPackProbeActionModule value)
JScript
public function get ProbeAction () : ManagementPackProbeActionModule

public function set ProbeAction (value : ManagementPackProbeActionModule)

Property Value

A ManagementPackProbeActionModule object. The probe action of the task.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also