'Declaration
<System.ComponentModel.CategoryAttribute()> <System.ComponentModel.DescriptionAttribute("The TCP/IP port to use.")> Public Property Port As System.Integer
'Usage
Dim instance As Agent Dim value As System.Integer instance.Port = value value = instance.Port
[System.ComponentModel.Category()] [System.ComponentModel.Description("The TCP/IP port to use.")] public System.int Port {get; set;}