DataPA Enterprise Dashboard Controls API Reference
Gets and sets the time the last refresh of this query against this connection finished.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DateTime LastRefreshFinish { get; set; } |
| Visual Basic |
|---|
Public Property LastRefreshFinish As DateTime
Get
Set |
| Visual C++ |
|---|
public:
virtual property DateTime LastRefreshFinish {
DateTime get () sealed;
void set (DateTime value) sealed;
} |
Property Value
Type:
DateTimeThe time the last refresh of this query against this connection finished.
Return Value
Type:
DateTimeThe time the last refresh of this query against this connection finished.
Remarks
See Also