StkSatelliteDatabaseEntryLastDatabaseUpdate Property  | 
 
            Gets or sets the date of the last database update.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DateTime LastDatabaseUpdate { get; set; }Public Property LastDatabaseUpdate As DateTime
	Get
	Set
public:
property DateTime LastDatabaseUpdate {
	DateTime get ();
	void set (DateTime value);
}member LastDatabaseUpdate : DateTime with get, set
Property Value
Type: 
DateTime
See Also