{CompanyName} FlexyGo

UserObjectSecurityCollection..::..Contains Method

Checks if UserObjectSecurity Object exists in Collection using ObjectName.

Namespace:  FLEXYGO.Objects.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


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

Parameters

ObjectName
Type: String
The ObjectName.

Return Value

true if ok, false otherwise.