Gets the collection of levels defined in the view.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCCollection<BCNavigationLevel> Levels { get; } |
Visual Basic |
---|
Public ReadOnly Property Levels As BCCollection(Of BCNavigationLevel) Get |
Visual C++ |
---|
public: property BCCollection<BCNavigationLevel^>^ Levels { BCCollection<BCNavigationLevel^>^ get (); } |