Store.InSerializationTransaction 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.
Indicates that the store has a currently active serialization transaction in the transaction stack
public:
property bool InSerializationTransaction { bool get(); };
public bool InSerializationTransaction { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.InSerializationTransaction : bool
Public ReadOnly Property InSerializationTransaction As Boolean
Property Value
- Attributes