'Declaration
<System.ComponentModel.CategoryAttribute("Dynamic")> <System.ComponentModel.DescriptionAttribute("Gets the local date and time of the most recent job start.")> <System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property LastJobStart As System.Date
'Usage
Dim instance As Agent Dim value As System.Date value = instance.LastJobStart
[System.ComponentModel.Category("Dynamic")] [System.ComponentModel.Description("Gets the local date and time of the most recent job start.")] [System.Runtime.Serialization.DataMember()] [System.ComponentModel.ReadOnly(true)] public System.DateTime LastJobStart {get;}