BCPropertyCollection PropertiesMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCPropertyCollection type exposes the following members.
Properties

  NameDescription
Public propertyCount
Gets the number of properties contained in the collection.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyItem Int32 
Gets the property at the specified index.
Public propertyItem String 
Gets the property identified with the specified Name property value.
Public propertyName
Gets the name of the collection.
Public propertyPropertySet
Gets the property set to which the properties belong.
Public propertyRepository
Gets the repository to which the object belongs.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Back to Top
See Also