DataPA Enterprise Dashboard Controls API Reference
Gets the date this content was last refreshed by the server.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public DateTime LastUpdated { get; }
Visual Basic
Public ReadOnly Property LastUpdated As DateTime
	Get
Visual C++
public:
virtual property DateTime LastUpdated {
	DateTime get () sealed;
}

Return Value

Type: DateTime
The date this content was last refreshed by the server.

Remarks