ControlPanelObjectQueryParameterDeleted Property |
|
DataPA OpenAnalytics API Reference
Gets the a value that indicates whether all the query parameters associated with this ControlPanelObject are missing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool QueryParameterDeleted { get; }
Public ReadOnly Property QueryParameterDeleted As Boolean
Get
public:
virtual property bool QueryParameterDeleted {
bool get () sealed;
}
function get_QueryParameterDeleted();
Property Value
Type:
BooleanA value that indicates whether all the query parameters associated with this ControlPanelObject are missing.
Return Value
Type:
BooleanA value that indicates whether all the query parameters associated with this ControlPanelObject are missing.
Remarks See Also