{CompanyName} FlexyGo

UserModuleSecurityCollection..::..Remove Method (String)

Removes the UserModuleSecurity object from the Collection using ModuleName.

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

Syntax


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

Parameters

ModuleName
Type: String
The ModuleName

Return Value

true if ok, false otherwise.