FormsAuthenticationUserCollection.Set Method (FormsAuthenticationUser)

 

Modifies the specified FormsAuthenticationUser object contained in the collection.

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

member Set : 
        user:FormsAuthenticationUser -> unit

Parameters

user
Type: System.Web.Configuration.FormsAuthenticationUser

The FormsAuthenticationUserCollection object that must be changed.

The following code example shows how to use the Set method.

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

.NET Framework
Available since 2.0
Return to top
Show: