DataPA Enterprise Dashboard Controls API Reference 
        
 Gets the date this content was last refreshed by the server.
 
        
        Namespace: DataPAClientConfigAssembly: 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: 
DateTimeThe date this content was last refreshed by the server.
Remarks
See Also