'Declaration
<System.ComponentModel.CategoryAttribute("Dynamic")> <System.ComponentModel.DescriptionAttribute("The last reported state of Agent.")> <System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property AgentState As AgentState
'Usage
Dim instance As Agent Dim value As AgentState value = instance.AgentState
[System.ComponentModel.Category("Dynamic")] [System.ComponentModel.Description("The last reported state of Agent.")] [System.Runtime.Serialization.DataMember()] [System.ComponentModel.ReadOnly(true)] public AgentState AgentState {get;}