Get the relations object holding the collection of images belong
to this gallery.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
IPagedEntityChildrenList<IImage, int> Images { get; } |
| Visual Basic |
|---|
ReadOnly Property Images As IPagedEntityChildrenList(Of IImage, Integer) Get |
| Visual C++ |
|---|
property IPagedEntityChildrenList<IImage^, int>^ Images { IPagedEntityChildrenList<IImage^, int>^ get (); } |