Share via


ManagementPackDiagnostic.Target Property

Definition

Gets or sets the target class that the diagnostic object targets.

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

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackClass object.

The target class.

Applies to