Intersoft ClientUI Documentation
LastUpdated Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BasePackage Class : LastUpdated Property






Gets the date when this package is last updated.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LastUpdated As Date
Visual Basic (Usage)Copy Code
Dim instance As BasePackage
Dim value As Date
 
value = instance.LastUpdated
C# 
public DateTime LastUpdated {get;}
Delphi 
public read-only property LastUpdated: DateTime; 
JScript 
public function get LastUpdated : DateTime
Managed Extensions for C++ 
public: __property DateTime get_LastUpdated();
C++/CLI 
public:
property DateTime LastUpdated {
   DateTime get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.