public int Porta { get; set; }
Public Property Porta As Integer Get Set Dim instance As EmailConfig Dim value As Integer value = instance.Porta instance.Porta = value
public: property int Porta { int get (); void set (int value); }
In This Article