{CompanyName} FlexyGo

UserObjectPropertySecurityCollection..::..Remove Method (UserObjectPropertySecurity)

Removes the UserObjectPropertySecurity object from the Collection using CombinedKey as Key.

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

Syntax


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

Parameters

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

Return Value

true if ok, false otherwise.