BCFieldPathBranchPointBranches Property |
Gets the collection of the branches.
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<BCFieldPathBranch> Branches { get; }
Public ReadOnly Property Branches As BCCollection(Of BCFieldPathBranch)
Get
public:
property BCCollection<BCFieldPathBranch^>^ Branches {
BCCollection<BCFieldPathBranch^>^ get ();
}
member Branches : BCCollection<BCFieldPathBranch> with get
Property Value
Type:
BCCollectionBCFieldPathBranchSee Also