ManagementPackLinkedReport.Base Property
Gets or sets the base report that the linked report is linked to.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ManagementPackLinkedReport
Dim value As ManagementPackElementReference(Of ManagementPackReport)
value = instance.Base
instance.Base = value
Syntax
'Declaration
Public Property Base As ManagementPackElementReference(Of ManagementPackReport)
public ManagementPackElementReference<ManagementPackReport> Base { get; set; }
public:
property ManagementPackElementReference<ManagementPackReport^>^ Base {
ManagementPackElementReference<ManagementPackReport^>^ get ();
void set (ManagementPackElementReference<ManagementPackReport^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackReport> get_Base ()
/** @property */
public void set_Base (ManagementPackElementReference<ManagementPackReport> value)
public function get Base () : ManagementPackElementReference<ManagementPackReport>
public function set Base (value : ManagementPackElementReference<ManagementPackReport>)
Property Value
A ManagementPackElementReference reference to a ManagementPackReport object.
The base 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
ManagementPackLinkedReport Class
ManagementPackLinkedReport Members
Microsoft.EnterpriseManagement.Configuration Namespace