Gets the collection of the levels.
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<BCFieldPathLevel> Levels { get; } |
Visual Basic |
---|
Public ReadOnly Property Levels As BCCollection(Of BCFieldPathLevel) Get |
Visual C++ |
---|
public: property BCCollection<BCFieldPathLevel^>^ Levels { BCCollection<BCFieldPathLevel^>^ get (); } |