LinkedTransaction.GlobalUndoContext 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.
A value put into a transaction's context to indicate that it is a global undo.
public:
static property System::Object ^ GlobalUndoContext { System::Object ^ get(); };
public static object GlobalUndoContext { get; }
static member GlobalUndoContext : obj
Public Shared ReadOnly Property GlobalUndoContext As Object