Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
IndexOf method
Determines the index of a specific item in the collection.
Type
IntegerSyntax
- C#
- VB.NET
Int32 IndexOf(String Name);
The IndexOf(Name) syntax has these parts:
The IndexOf(Name) syntax has these parts:
Name | Name of session variable to locate in the collection. |
Return value | The index of value if found in the list; otherwise, -1. |
Function IndexOf(ByVal Name As String) As Int32
The IndexOf(Name) syntax has these parts:
The IndexOf(Name) syntax has these parts:
Name | Name of session variable to locate in the collection. |
Return value | The index of value if found in the list; otherwise, -1. |