PublishedContentLastUpdated Property |
|
DataPA OpenAnalytics API Reference
Gets the date this content was last refreshed by the server.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime LastUpdated { get; }
Public ReadOnly Property LastUpdated As DateTime
Get
public:
virtual property DateTime LastUpdated {
DateTime get () sealed;
}
function get_LastUpdated();
Return Value
Type:
DateTimeThe date this content was last refreshed by the server.
Remarks See Also