RequiredFieldValueRequestEventArgsSkip Property |
|
DataPA OpenAnalytics API Reference
Gets and sets whether the condition this event refers to should be skipped in the query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Skip { get; set; }
Public Property Skip As Boolean
Get
Set
public:
virtual property bool Skip {
bool get () sealed;
void set (bool value) sealed;
}
function get_Skip();
function set_Skip(value);
Property Value
Type:
BooleanTrue if the condition this event refers to should be skipped in the query.
Return Value
Type:
BooleanTrue if the condition this event refers to should be skipped in the query.
Remarks If you attempt to set skip to true, and the field is mandatory an error will be thrown. Setting this value to false will reset the ValueSet flag.
See Also