Share via


Session.Locked Property

 

Gets or sets whether the session has been locked.

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

Syntax

public bool Locked { get; set; }
public:
property bool Locked {
    bool get();
    void set(bool value);
}
member Locked : bool with get, set
Public Property Locked As Boolean

Property Value

Type: System.Boolean

true if the session has been locked; otherwise, false.

See Also

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

Return to top