Gets or sets a probe action module definition that is executed by the diagnostic object. If a condition detection module is specified, the probe will only be executed if the data passes through the condition detection module. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackDiagnostic
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.

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,Windows Vista,Windows XP

See Also