
Gets a string that represents the name of the action that will be performed when a call to the Undo method is made. The property's value is null if there is no action that can be undone.
Introduced: 11.0.
[C#]
public string UndoActionName { get; }
[Visual Basic]
Public ReadOnly Property UndoActionName() As String
Runtime only.
Read only.