{CompanyName} FlexyGo

ObjectRelationsSettingsCollection..::..Contains Method

Checks if ObjectRelationsSettings Object exists in Collection using childcollections name.

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

Syntax


public bool Contains(
	string ChildCollection
)
Public Function Contains ( _
	ChildCollection As String _
) As Boolean

Parameters

ChildCollection
Type: String
The ChildCollection Name.

Return Value

true if ok, false otherwise.