DashboardObjectDependantObjectList Property |
|
DataPA OpenAnalytics API Reference
Gets a comer delimtered string listing the ID's of all the objects dependent on this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object DependantObjectList { get; }
Public ReadOnly Property DependantObjectList As Object
Get
public:
virtual property Object^ DependantObjectList {
Object^ get () sealed;
}
function get_DependantObjectList();
Return Value
Type:
ObjectA comer delimtered string listing the ID's of all the objects dependent on this object
See Also