Partager via


ManagementPackRecovery.ExecuteOnDiagnostic Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the identifier of a diagnostic object targeted at the same class and the same monitor as the recovery object. If this value is specified, the recovery will execute only when the diagnostic has executed and returned data.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackRecovery
Dim value As ManagementPackElementReference(Of ManagementPackDiagnostic)

value = instance.ExecuteOnDiagnostic

instance.ExecuteOnDiagnostic = value

Syntax

'Declaration
Public Property ExecuteOnDiagnostic As ManagementPackElementReference(Of ManagementPackDiagnostic)
public ManagementPackElementReference<ManagementPackDiagnostic> ExecuteOnDiagnostic { get; set; }
public:
property ManagementPackElementReference<ManagementPackDiagnostic^>^ ExecuteOnDiagnostic {
    ManagementPackElementReference<ManagementPackDiagnostic^>^ get ();
    void set (ManagementPackElementReference<ManagementPackDiagnostic^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackDiagnostic> get_ExecuteOnDiagnostic ()

/** @property */
public void set_ExecuteOnDiagnostic (ManagementPackElementReference<ManagementPackDiagnostic> value)
public function get ExecuteOnDiagnostic () : ManagementPackElementReference<ManagementPackDiagnostic>

public function set ExecuteOnDiagnostic (value : ManagementPackElementReference<ManagementPackDiagnostic>)

Property Value

A ManagementPackElementReference reference to a ManagementPackDiagnostic object.

The identifier of a diagnostic 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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackRecovery Class
ManagementPackRecovery Members
Microsoft.EnterpriseManagement.Configuration Namespace