Click or drag to resize
BCPropertyCollectionNewProperty Method
Creates a new property 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 BCProperty NewProperty(
	string name,
	PropertyEffectivityKind effectivityKind
)

Parameters

name
Type: SystemString
The name of the property.
effectivityKind
Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyEffectivityKind
The effectivity type of the property.

Return Value

Type: BCProperty
The created property.
See Also