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