Creates a new set of properties 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 BCPropertySet NewPropertySet( string name ) |
Visual Basic |
---|
Public Function NewPropertySet ( _ name As String _ ) As BCPropertySet |
Visual C++ |
---|
public: BCPropertySet^ NewPropertySet( String^ name ) |
Parameters
- name
- Type: System..::..String
The name of the property set to create.