BCPropertySet NewPropertyDef Method (String, PropertyEffectivityKind)Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Creates a new property definition of the default type.

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

public BCPropertyDef NewPropertyDef(
	string name,
	PropertyEffectivityKind effectivityKind
)

Parameters

name
Type: OnlineSystem String
The name of the property definition to create.
effectivityKind
Type: BlueCieloECM.InnoCielo.Meridian.Server PropertyEffectivityKind
The effectivity type of the property definition to create.

Return Value

The created property definition.
See Also