Share via


ManagementPackReport.ReportDefinition Property

Definition

Gets or sets the definition for the report.

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

Property Value

The definition for the report.

Applies to