Click or drag to resize

UserProfilesRemove Method

Removes the profile from the collection, if present.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Remove(
	string profileName
)

Parameters

profileName
Type: SystemString
The profile to remove from the collection.
See Also