RequestActionEventArgs.ActionReturnValue 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.
Used to return a value from DoAction. ActionReturnValue and ActionReturnValueObject properties share the same backing store. Returns the empty string if the underlying value cannot be cast to a string.
public:
property System::String ^ ActionReturnValue { System::String ^ get(); void set(System::String ^ value); };
public string ActionReturnValue { get; set; }
member this.ActionReturnValue : string with get, set
Public Property ActionReturnValue As String