'Declaration
<System.ComponentModel.CategoryAttribute("Life Cycle")> Public Property HoldTimeUTC As System.Date
'Usage
Dim instance As Entry Dim value As System.Date instance.HoldTimeUTC = value value = instance.HoldTimeUTC
[System.ComponentModel.Category("Life Cycle")] public System.DateTime HoldTimeUTC {get; set;}