DataPA Enterprise Dashboard Controls API Reference
Gets the a value that indicates whether all the required fields associated with this ControlPanelObject are missing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool QueryRequiredFieldDeleted { get; } |
Visual Basic |
---|
Public ReadOnly Property QueryRequiredFieldDeleted As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool QueryRequiredFieldDeleted {
bool get () sealed;
} |
Property Value
Type:
BooleanA value that indicates whether all the required fields associated with this ControlPanelObject are missing.
Return Value
Type:
BooleanA value that indicates whether all the required fields associated with this ControlPanelObject are missing.
Remarks
See Also