Creates a new property with the specified name.
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 BCProperty NewProperty( string name, PropertyEffectivityKind effectivityKind ) |
Visual Basic |
---|
Public Function NewProperty ( _ name As String, _ effectivityKind As PropertyEffectivityKind _ ) As BCProperty |
Visual C++ |
---|
public: BCProperty^ NewProperty( String^ name, PropertyEffectivityKind effectivityKind ) |
Parameters
- name
- Type: System..::..String
The name of the property.
- effectivityKind
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..PropertyEffectivityKind
The effectivity type of the property.