{CompanyName} FlexyGo

ObjectPropertyCollection..::..Add Method

Adds the ObjectProperty object to the Collection using Name as Key.

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

Syntax


public bool Add(
	ObjectProperty aObjectProperty
)
Public Function Add ( _
	aObjectProperty As ObjectProperty _
) As Boolean

Parameters

aObjectProperty
Type: FLEXYGO.Objects.Settings..::..ObjectProperty
An ObjectProperty object.

Return Value

true if ok, false otherwise.