Get the children folios of this folio as relations object
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
ICartellaRelations<IFolio, IFolio> Children { get; } |
Visual Basic |
---|
ReadOnly Property Children As ICartellaRelations(Of IFolio, IFolio) Get |
Visual C++ |
---|
property ICartellaRelations<IFolio^, IFolio^>^ Children { ICartellaRelations<IFolio^, IFolio^>^ get (); } |