Click or drag to resize

UserProfilesAddRange Method

Copies any new profiles to the end of the collection. Any profiles already in the collection are skipped.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddRange(
	string[] profileNames
)

Parameters

profileNames
Type: SystemString
An array of profiles to add to the end of the collection.
See Also