{CompanyName} FlexyGo

UserModuleSecurityCollection..::..Contains Method

Checks if UserModuleSecurity Object exists in Collection using ModuleName.

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

Syntax


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

Parameters

ModuleName
Type: String
The ModuleName.

Return Value

true if ok, false otherwise.