{CompanyName} FlexyGo

ObjectRelationsSettingsCollection..::..Remove Method

Removes the ObjectRelationsSettings object from the Collection using childcollection name as Key.

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

Syntax


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

Parameters

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

Return Value

true if ok, false otherwise.