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
)
Public Sub AddRange (
profileNames As String()
)
Parameters
- profileNames
- Type: SystemString
An array of profiles to add to the end of the collection.
See Also