[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

removes client access permissions for the specified user.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub RevokeAccess ( _
	userName As String _
)
C#
void RevokeAccess (
	string userName
)
Visual C++
void RevokeAccess (
	String^ userName
)

Parameters

userName
System.String
the name of the user

Remarks

removes client access permissions for the specified user.