{CompanyName} FlexyGo

UserModuleSecurityCollection..::..Remove Method (UserModuleSecurity)

Removes the UserModuleSecurity object from the Collection using ModuleName.

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

Syntax


public bool Remove(
	UserModuleSecurity UserModuleSecurity
)
Public Function Remove ( _
	UserModuleSecurity As UserModuleSecurity _
) As Boolean

Parameters

UserModuleSecurity
Type: FLEXYGO.Security..::..UserModuleSecurity
An UserModuleSecurity object.

Return Value

true if ok, false otherwise.