Gets a string that represents the name of the action that will be performed when a call to the Redo method is made. The property's value is null if there is no action that can be redone.

Introduced: 11.0.

Syntax

public string RedoActionName { get; }
Public ReadOnly Property RedoActionName() As String

Limitations

Runtime only.

Read only.