Creates a new property definition of the default type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public BCPropertyDef NewPropertyDef( string name, PropertyEffectivityKind effectivityKind ) |
| Visual Basic |
|---|
Public Function NewPropertyDef ( _ name As String, _ effectivityKind As PropertyEffectivityKind _ ) As BCPropertyDef |
| Visual C++ |
|---|
public: BCPropertyDef^ NewPropertyDef( String^ name, PropertyEffectivityKind effectivityKind ) |
Parameters
- name
- Type: System..::..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.