Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackReport Dim value As ManagementPackElementReference(Of ManagementPackReportResource) value = instance.ReportDefinition instance.ReportDefinition = value |
Syntax
Visual Basic |
---|
Public Property ReportDefinition As ManagementPackElementReference(Of ManagementPackReportResource) |
C# |
---|
public ManagementPackElementReference<ManagementPackReportResource> ReportDefinition { get; set; } |
C++ |
---|
public: property ManagementPackElementReference<ManagementPackReportResource^>^ ReportDefinition { ManagementPackElementReference<ManagementPackReportResource^>^ get (); void set (ManagementPackElementReference<ManagementPackReportResource^>^ value); } |
J# |
---|
/** @property */ public ManagementPackElementReference<ManagementPackReportResource> get_ReportDefinition () /** @property */ public void set_ReportDefinition (ManagementPackElementReference<ManagementPackReportResource> value) |
JScript |
---|
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.