Click or drag to resize

UserProfilesRemoveAt Method

Remove the profile at the specified index.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the profile to remove.
See Also