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