DataPA Enterprise Dashboard Controls 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

C#
public bool Skip { get; set; }
Visual Basic
Public Property Skip As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Skip {
	bool get () sealed;
	void set (bool value) sealed;
}

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