RequiredFieldValueRequestEventArgsRequiredField Property |
|
DataPA OpenAnalytics API Reference
Gets the a DataPA.Utils.QueryEngine.Field object that represents the required field this event relates to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public QueryParameter RequiredField { get; }
Public ReadOnly Property RequiredField As QueryParameter
Get
public:
virtual property QueryParameter^ RequiredField {
QueryParameter^ get () sealed;
}
function get_RequiredField();
Return Value
Type:
QueryParameterThe a DataPA.Utils.QueryEngine.Field object that represents the required field this event relates to.
Remarks See Also