Removes the role object with the specified repository id from the collection.

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

Syntax

C#
public void Remove(
	Guid id
)
Visual Basic
Public Sub Remove ( 
	id As Guid
)

Parameters

id
Type: System..::..Guid
The id of the VGRole object to remove from the collection.

See Also