Page.TransactionMode Property

Definition

Sets the level of transaction support for the page.

protected:
 property int TransactionMode {  void set(int value); };
protected:
 property int TransactionMode { int get(); void set(int value); };
protected int TransactionMode { set; }
protected int TransactionMode { get; set; }
member this.TransactionMode : int
member this.TransactionMode : int with get, set
Protected Property TransactionMode As Integer

Property Value

An integer that represents one of the TransactionOption enumeration members.

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.

Applies to