ControlPanelObjectDefaultQueryParameter Property |
|
DataPA OpenAnalytics API Reference
Gets the query parameter that this control panel object represents.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public QueryParameter DefaultQueryParameter { get; }
Public ReadOnly Property DefaultQueryParameter As QueryParameter
Get
public:
virtual property QueryParameter^ DefaultQueryParameter {
QueryParameter^ get () sealed;
}
function get_DefaultQueryParameter();
Property Value
Type:
QueryParameterThe default query parameter that this control panel object represents.
Return Value
Type:
QueryParameterThe default query parameter that this control panel object represents.
Remarks This object should only be used to determine common properties of the QueryParameters collection, such as lookup, mandatory or datatype.
See Also