UserProfilesInsert Method |
Adds a profile to the collection at the specified index, 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 void Insert(
int index,
string profileName
)
Public Sub Insert (
index As Integer,
profileName As String
)
Parameters
- index
- Type: SystemInt32
The index at which to add. - profileName
- Type: SystemString
The profile to add.
See Also