{CompanyName} FlexyGo

UserObjectSecurityCollection..::..Add Method

Adds the UserObjectSecurity object to the Collection using ObjectName as Key.

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

Syntax


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

Parameters

UserObjectSecurity
Type: FLEXYGO.Objects.Security..::..UserObjectSecurity
An UserObjectSecurity object.

Return Value

true if ok, false otherwise.