Click or drag to resize
BCPropertyCollectionItem Property (String)
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: 4.0.0.0 (4.0.19.0)
Syntax
public BCProperty this[
	string name
] { get; }

Parameters

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

Return Value

Type: BCProperty
The property with the specified Name property value.
Exceptions
ExceptionCondition
ArgumentException When a property with the specified Name property value is not present in the collection.
See Also