{CompanyName} FlexyGo

UserObjectPropertySecurityCollection..::..Remove Method (String, String)

Removes the UserObjectPropertySecurity object from the Collection using object Name a property name.

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

Syntax


public bool Remove(
	string ObjectName,
	string PropertyName
)
Public Function Remove ( _
	ObjectName As String, _
	PropertyName As String _
) As Boolean

Parameters

ObjectName
Type: String
The object name.
PropertyName
Type: String
The Property Name

Return Value

true if ok, false otherwise.