DataPA Enterprise Dashboard Controls 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
C# |
---|
public string LastUsedFilter { get; } |
Visual Basic |
---|
Public ReadOnly Property LastUsedFilter As String
Get |
Visual C++ |
---|
public:
virtual property String^ LastUsedFilter {
String^ get () sealed;
} |
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