Removes the permission set object with the specified repository id from the collection.

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

Syntax

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

Parameters

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

See Also