Click or drag to resize
RequiredFieldValueRequestEventArgsSkip Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets whether the condition this event refers to should be skipped in the query.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Skip { get; set; }

Property Value

Type: Boolean
True if the condition this event refers to should be skipped in the query.

Return Value

Type: Boolean
True 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