CollectionObjects Property |
|
DataPA OpenAnalytics API Reference
Gets a list of objects that represents the objects for this collection
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<Object> Objects { get; }
Public ReadOnly Property Objects As List(Of Object)
Get
public:
virtual property List<Object^>^ Objects {
List<Object^>^ get () sealed;
}
Return Value
Type:
ListObjectA list of objects that represents the objects for this collection
Implements
Collection_CollectionObjectsSee Also