System.Web.UI.Page.TransactionMode Property

Sets the level of transaction support for the page.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
protected int TransactionMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

In most circumstances, do not set this property in code. Set the Transaction attribute in the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0