{CompanyName} FlexyGo

ObjectPropertyCollection..::..Remove Method

Removes the ObjectProperty object from the Collection using Name as Key.

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

Syntax


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

Parameters

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

Return Value

true if ok, false otherwise.