FormsAuthenticationUserCollection.Item Property (Int32)

 

Gets the FormsAuthenticationUser at the specified index.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member Item : 
        index:int -> FormsAuthenticationUser with get, set

Parameters

index
Type: System.Int32

The collection user's index.

Property Value

Type: System.Web.Configuration.FormsAuthenticationUser

A FormsAuthenticationUser that contains the user name and password.

The following code example shows how to access the credentials of a user at the specified index.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: