{CompanyName} FlexyGo

ObjectSettingsCollection..::..Remove Method (String)

Removes ObjectSettings from the Collection using ObjectName as Key.

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

Syntax


public bool Remove(
	string ObjectName
)
Public Function Remove ( _
	ObjectName As String _
) As Boolean

Parameters

ObjectName
Type: String
An Object Name.

Return Value

true if ok, false otherwise.