'Declaration
Public Property Port As Integer
'Usage
Dim instance As LoginData
Dim value As Integer
instance.Port = value
value = instance.Port
public int Port {get; set;}
public: __property int get_Port();
public: __property void set_Port(
int value
);
public:
property int Port {
int get();
void set ( int value);
}