ManagementPackDiagnostic.ProbeAction Property

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

'Usage
Dim instance As ManagementPackDiagnostic
Dim value As ManagementPackProbeActionModule

value = instance.ProbeAction

instance.ProbeAction = value

Syntax

'Declaration
Public Property ProbeAction As ManagementPackProbeActionModule
public ManagementPackProbeActionModule ProbeAction { get; set; }
public:
property ManagementPackProbeActionModule^ ProbeAction {
    ManagementPackProbeActionModule^ get ();
    void set (ManagementPackProbeActionModule^ value);
}
/** @property */
public ManagementPackProbeActionModule get_ProbeAction ()

/** @property */
public void set_ProbeAction (ManagementPackProbeActionModule value)
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

Reference

ManagementPackDiagnostic Class
ManagementPackDiagnostic Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.