'Declaration
<System.ComponentModel.CategoryAttribute()> <System.ComponentModel.DescriptionAttribute("The type of Agent.")> Public Property AgentType As AgentType
'Usage
Dim instance As Agent Dim value As AgentType instance.AgentType = value value = instance.AgentType
[System.ComponentModel.Category()] [System.ComponentModel.Description("The type of Agent.")] public AgentType AgentType {get; set;}