DashboardFilterTimeDependent Property |
|
DataPA OpenAnalytics API Reference
Returns a value that indicates whether this is a time dependent filter
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool TimeDependent { get; }
Public ReadOnly Property TimeDependent As Boolean
Get
public:
virtual property bool TimeDependent {
bool get () sealed;
}
function get_TimeDependent();
Return Value
Type:
BooleanTrue if this is a time dependent filter
See Also