BCFieldPathBranchLevels Property |
Gets the collection of the levels.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCCollection<BCFieldPathLevel> Levels { get; }
Public ReadOnly Property Levels As BCCollection(Of BCFieldPathLevel)
Get
public:
property BCCollection<BCFieldPathLevel^>^ Levels {
BCCollection<BCFieldPathLevel^>^ get ();
}
member Levels : BCCollection<BCFieldPathLevel> with get
Property Value
Type:
BCCollectionBCFieldPathLevelSee Also