Click or drag to resize
BCPropertySetGetPropertyDefWithName Method
Returns a property definition with the specified name.

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 BCPropertyDef GetPropertyDefWithName(
	string name
)

Parameters

name
Type: SystemString
The name of the property definition.

Return Value

Type: BCPropertyDef
The property definition.
See Also