ControlPanelObjectDependentObjectList Property |
|
DataPA OpenAnalytics API Reference
Returns a string containing a comer seperated list of ID's of objects dependent on this control panel object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object DependentObjectList { get; }
Public ReadOnly Property DependentObjectList As Object
Get
public:
virtual property Object^ DependentObjectList {
Object^ get () sealed;
}
function get_DependentObjectList();
Return Value
Type:
ObjectA string containing a comer seperated list of ID's of objects dependent on this control panel object
See Also