Click or drag to resize

FieldConfirmArgsMessagePopResponse Property

Gets/sets the MessagePop JSON response object.
Remarks
Note that the MessagePop object will be created when initially accessed if it doesn't already exist so it is safe to set properties using syntax like e.MessagePopResponse.Message = "Are you sure you want to do this?";.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MessagePop MessagePopResponse { get; set; }

Property Value

Type: MessagePop
See Also