Share via


Session.SessionItem Property

 

Gets or sets the item associated with the session.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

[MaxLengthAttribute]
public byte[] SessionItem { get; set; }
public:
[MaxLengthAttribute]
property array<unsigned char>^ SessionItem {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
[<MaxLengthAttribute>]
member SessionItem : byte[] with get, set
<MaxLengthAttribute>
Public Property SessionItem As Byte()

Property Value

Type: System.Byte[]

The item associated with the session.

See Also

Session Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top