Represents a collection of BCProperty objects.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public class BCPropertyCollection : DisposableObject, 
	IEnumerable<BCProperty>, IEnumerable
Visual Basic
Public Class BCPropertyCollection _
	Inherits DisposableObject _
	Implements IEnumerable(Of BCProperty), IEnumerable
Visual C++
public ref class BCPropertyCollection : public DisposableObject, 
	IEnumerable<BCProperty^>, IEnumerable

Inheritance Hierarchy

System..::..Object
  BlueCieloECM.InnoCielo.Meridian..::..DisposableObject
    BlueCieloECM.InnoCielo.Meridian.Server..::..BCPropertyCollection

See Also