DashboardObjectLastUsedFilter Property |
|
DataPA OpenAnalytics API Reference
Gets a string that indicates the filter string used last time the object was rendered.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string LastUsedFilter { get; }
Public ReadOnly Property LastUsedFilter As String
Get
public:
virtual property String^ LastUsedFilter {
String^ get () sealed;
}
function get_LastUsedFilter();
Property Value
Type:
StringA string that indicates the filter string used last time the object was rendered
Return Value
Type:
StringA string that indicates the filter string used last time the object was rendered
Remarks See Also