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