DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the condition this event refers to should be skipped in the query.
True if the condition this event refers to should be skipped in the query.
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
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: 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.