Page.TransactionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.