SummaryColumnsParent Property |
|
DataPA OpenAnalytics API Reference
Gets a SummaryData object that represents the parent of this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object Parent { get; set; }
Public Property Parent As Object
Get
Set
public:
virtual property Object^ Parent {
Object^ get () sealed;
void set (Object^ value) sealed;
}
function get_Parent();
function set_Parent(value);
Property Value
Type:
ObjectReturn Value
Type:
ObjectThe SummaryData object that represents the parent of this object.
Remarks The SummaryData object that represents the parent of this object.
See Also