Share via


ManagementPackRecovery.ExecuteOnDiagnostic Property

Definition

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.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDiagnostic ^> ^ ExecuteOnDiagnostic { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDiagnostic ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDiagnostic ^> ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDiagnostic> ExecuteOnDiagnostic { get; set; }
member this.ExecuteOnDiagnostic : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDiagnostic> with get, set
Public Property ExecuteOnDiagnostic As ManagementPackElementReference(Of ManagementPackDiagnostic)

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackDiagnostic object.

The identifier of a diagnostic object.

Applies to