Action Property (ChangeResult)
Gets the
IAction definition, if any, that should be performed. May be null.
'Declaration
Public ReadOnly Property Action As IAction
public IAction Action {get;}
Property Value
An
IAction representing the action to be performed, or null if no action is defined.