Share via


RequestActionEventArgs.ActionReturnValue Property

Definition

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

Property Value

Applies to