ActionInvocationContext.Result 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.
Gets or sets the result status of an app action invocation.
public:
property ActionInvocationResult Result { ActionInvocationResult get(); void set(ActionInvocationResult value); };
ActionInvocationResult Result();
void Result(ActionInvocationResult value);
public ActionInvocationResult Result { get; set; }
var actionInvocationResult = actionInvocationContext.result;
actionInvocationContext.result = actionInvocationResult;
Public Property Result As ActionInvocationResult
Property Value
A value from the ActionInvocationResult enumeration specifying the result status.