detaches a user from a Role

Namespace: White_Tiger.UserManagment
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public void DetachaUserFromRole(
	string username,
	string password,
	string role
)
Visual Basic
Public Sub DetachaUserFromRole ( 
	username As String,
	password As String,
	role As String
)
Visual C++
public:
void DetachaUserFromRole(
	String^ username, 
	String^ password, 
	String^ role
)

Parameters

username
Type: System..::..String
name of user
password
Type: System..::..String
password
role
Type: System..::..String
name of the new role

See Also