{CompanyName} FlexyGo

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

Removes the UserProcessSecurity object from the Collection using object Name a Process name

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

Syntax


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

Parameters

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

Return Value

true if ok, false otherwise.