{CompanyName} FlexyGo

UserModuleSecurityCollection..::..Add Method

Adds the UserModuleSecurity object to the Collection using ModuleName.

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

Syntax


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

Parameters

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

Return Value

true if ok, false otherwise.