{CompanyName} FlexyGo

UserObjectPropertySecurityCollection..::..Contains Method

Checks if UserObjectPropertySecurity Object exists in Collection using CombinedKey.

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

Syntax


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

Parameters

ObjectName
Type: String
The ObjectName.
PropertyName
Type: String
the property name

Return Value

true if ok, false otherwise.