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