AspAllowSessionState Property

MSBuild

The AspAllowSessionState property enables session state persistence for the ASP application.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AspAllowSessionState As Boolean
C#
public bool AspAllowSessionState { get; set; }
C++
public property bool AspAllowSessionState sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AspAllowSessionState();

/** property */
public void set_AspAllowSessionState(bool value);
JScript
public function get AspAllowSessionState() : bool

public function set AspAllowSessionState(value : bool);

Property Value

Value indicating if the AspAllowSessionState is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.