Authentificationcls_UsersSaltCollectionIndexOfUserName Method | |
Vráti index položky v zozname.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax public int IndexOfUserName(
string u_UserName
)
Public Function IndexOfUserName (
u_UserName As String
) As Integer
Dim instance As Authentificationcls_UsersSaltCollection
Dim u_UserName As String
Dim returnValue As Integer
returnValue = instance.IndexOfUserName(u_UserName)
Parameters
- u_UserName String
-
Return Value
Int32See Also