BCEnvironmentNewStoredPropertyDefCollection Method (String) |
Creates a new stored collection of property definitions with the specified name.
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 BCStoredPropertyDefCollection NewStoredPropertyDefCollection(
string name
)
Public Function NewStoredPropertyDefCollection (
name As String
) As BCStoredPropertyDefCollection
Parameters
- name
- Type: SystemString
The name of the collection to create.
Return Value
Type:
BCStoredPropertyDefCollectionThe created stored collection of property definitions.
See Also