{CompanyName} FlexyGo

ObjectRelationsSettingsCollection..::..Add Method

Adds the ObjectRelationsSettings object to the Collection using collection name as Key.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public bool Add(
	ObjectRelationsSettings ObjectRelation
)
Public Function Add ( _
	ObjectRelation As ObjectRelationsSettings _
) As Boolean

Parameters

ObjectRelation
Type: FLEXYGO.Objects.Settings..::..ObjectRelationsSettings
An ObjectRelationsSettings object.

Return Value

true if ok, false otherwise.