ManagementPackDiagnostic.ProbeAction Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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 be executed only if the data passes through the condition detection module.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.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.
The probe action module definition.
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackDiagnostic Class
ManagementPackDiagnostic Members
Microsoft.EnterpriseManagement.Configuration Namespace