IUserManagerDeleteUser Method |
Delete the user passed across. Throw an exception if the deletion is not permitted, otherwise remove the user
from the backing store.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void DeleteUser(
IUser user
)
Sub DeleteUser (
user As IUser
)
void DeleteUser(
IUser^ user
)
abstract DeleteUser :
user : IUser -> unit
Parameters
- user
- Type: VirtualRadar.Interface.SettingsIUser
See Also