VaultApplicationHealthReportLastUpdatedAtUtc Property |
Time of the last status update.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic DateTime LastUpdatedAtUtc { get; set; }
Public Property LastUpdatedAtUtc As DateTime
Get
Set
public:
property DateTime LastUpdatedAtUtc {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also