{CompanyName} FlexyGo

UserProcessSecurityCollection..::..Contains Method

Checks if UserProcessSecurity Object exists in Collection using CombinedKey.

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

Syntax


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

Parameters

ObjectName
Type: String
The ObjectName.
ProcessName
Type: String
The Process Id.

Return Value

true if ok, false otherwise.