BCPropertySetNewPropertyDef Method (String, PropertyEffectivityKind) |
Creates a new property definition of the default type.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCPropertyDef NewPropertyDef(
string name,
PropertyEffectivityKind effectivityKind
)
Public Function NewPropertyDef (
name As String,
effectivityKind As PropertyEffectivityKind
) As BCPropertyDef
Parameters
- name
- Type: SystemString
The name of the property definition to create.
- effectivityKind
- Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyEffectivityKind
The effectivity type of the property definition to create.
Return Value
Type:
BCPropertyDefThe created property definition.
See Also