BCPropertyCollection Get Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Gets the property identified with the specified Name property value.

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

[ObsoleteAttribute("This method might be removed from future versions. Use an indexer of the collection.")]
public BCProperty Get(
	string name
)

Parameters

name
Type: OnlineSystem String
The Name property value of the property to get.

Return Value

The property with the specified Name property value.
Exceptions

ExceptionCondition
OnlineSystem ArgumentException When a property with the specified Name property value is not present in the collection.
Remarks

This method might be removed from future versions. Use an indexer of the collection.
See Also