CollectionObjects Property

Gets a list of objects that represents the objects for this collection

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public List<Object> Objects { get; }

Return Value

ListObject
A list of objects that represents the objects for this collection

See Also