Click or drag to resize

UserProfilesAdd Method

Adds a profile to the collection, if not already present.

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

Parameters

profileName
Type: SystemString
The name of the profile.

Return Value

Type: Int32
The index of the item in the collection or -1 if the item was not added because it already exists..
See Also