ManagementPackLinkedReport.Base Property
Gets or sets the base report that the linked report is linked to.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.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.
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackLinkedReport Class
ManagementPackLinkedReport Members
Microsoft.EnterpriseManagement.Configuration Namespace