[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

Visual Basic
Dim instance As ManagementPackRecovery
Dim value As ManagementPackElementReference(Of ManagementPackDiagnostic)

value = instance.ExecuteOnDiagnostic

instance.ExecuteOnDiagnostic = value

Syntax

Visual Basic
Public Property ExecuteOnDiagnostic As ManagementPackElementReference(Of ManagementPackDiagnostic)
C#
public ManagementPackElementReference<ManagementPackDiagnostic> ExecuteOnDiagnostic { get; set; }
C++
public:
property ManagementPackElementReference<ManagementPackDiagnostic^>^ ExecuteOnDiagnostic {
		ManagementPackElementReference<ManagementPackDiagnostic^>^ get ();
		void set (ManagementPackElementReference<ManagementPackDiagnostic^>^ value);
}
J#
/** @property */
public ManagementPackElementReference<ManagementPackDiagnostic> get_ExecuteOnDiagnostic ()

/** @property */
public void set_ExecuteOnDiagnostic (ManagementPackElementReference<ManagementPackDiagnostic> value)
JScript
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also