Removes the application object with the specified repository id 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(
	Guid id
)
Visual Basic
Public Sub Remove ( 
	id As Guid
)

Parameters

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

See Also