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
)
Public Function Add (
profileName As String
) As Integer
Parameters
- profileName
- Type: SystemString
The name of the profile.
Return Value
Type:
Int32The index of the item in the collection or -1 if the item was not added because it already exists..
See Also