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
)
Public Sub Remove (
profileName As String
)
Parameters
- profileName
- Type: SystemString
The profile to remove from the collection.
See Also