Removes the membership user object with the specified user name from the collection.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public void Remove(
	string name
)
Visual Basic
Public Sub Remove ( 
	name As String
)

Parameters

name
Type: System..::..String
The user name of the VGMembershipUser object to remove from the collection.

Remarks

this method can only be used to remove Visual Guard user. You must specify the authentication mode to remove database or windows account.

See Also