Heureka API .NET Documentation
LastModified Property



Time when control category last was modified
Syntax
'Declaration
 
<DescriptionAttribute("Date and time when control category last was modified")>
<CategoryAttribute("General")>
Public ReadOnly Property LastModified As Date
'Usage
 
Dim instance As ControlCategory
Dim value As Date
 
value = instance.LastModified
[Description("Date and time when control category last was modified")]
[Category("General")]
public DateTime LastModified {get;}
[Description("Date and time when control category last was modified")]
[Category("General")]
public:
property DateTime LastModified {
   DateTime get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ControlCategory Class
ControlCategory Members

Send Feedback