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