Summary
removes client access permissions for the specified user.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectServer
Syntax
void RevokeAccess(string userName)
Remarks
removes client access permissions for the specified user.
Parameters
| Name | Type | Description |
|---|---|---|
| userName | string | the name of the user |
Return Value
| Type | Description |
|---|---|
| void |