ICommonConfiguration.

Add(IConfigurationItem) Method

Summary

adds ConfigurationItems to be applied when an ObjectContainer or ObjectServer is opened.

Syntax

void Add(IConfigurationItem configurationItem)

Remarks

adds ConfigurationItems to be applied when an ObjectContainer or ObjectServer is opened.

Parameters

Name Type Description
configurationItem IConfigurationItem the ConfigurationItem

Return Value

Type Description
void