BCPropertyCollectionNewProperty Method |
Creates a new property with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
)
Public Function NewProperty (
name As String,
effectivityKind As PropertyEffectivityKind
) As BCProperty
public:
BCProperty^ NewProperty(
String^ name,
PropertyEffectivityKind effectivityKind
)
member NewProperty :
name : string *
effectivityKind : PropertyEffectivityKind -> BCProperty
Parameters
- name
- Type: SystemString
The name of the property. - effectivityKind
- Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyEffectivityKind
The effectivity type of the property.
Return Value
Type:
BCPropertyThe created property.
See Also