Share via


ManagementPackReport.ReportDefinition Property

Gets or sets the definition for the report.

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

Usage

'Usage
Dim instance As ManagementPackReport
Dim value As ManagementPackElementReference(Of ManagementPackReportResource)

value = instance.ReportDefinition

instance.ReportDefinition = value

Syntax

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

/** @property */
public void set_ReportDefinition (ManagementPackElementReference<ManagementPackReportResource> value)
public function get ReportDefinition () : ManagementPackElementReference<ManagementPackReportResource>

public function set ReportDefinition (value : ManagementPackElementReference<ManagementPackReportResource>)

Property Value

Returns ManagementPackElementReference.

The definition for the report.

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

ManagementPackReport Class
ManagementPackReport Members
Microsoft.EnterpriseManagement.Configuration Namespace