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