'Declaration
<System.ComponentModel.CategoryAttribute()> <System.ComponentModel.DescriptionAttribute("Must be true to enable job execution.")> Public Property Online As System.Boolean
'Usage
Dim instance As Agent Dim value As System.Boolean instance.Online = value value = instance.Online
[System.ComponentModel.Category()] [System.ComponentModel.Description("Must be true to enable job execution.")] public System.bool Online {get; set;}