public string SmtpServer { get; set; }
Public Property SmtpServer As String Get Set
public: virtual property String^ SmtpServer { String^ get () sealed; void set (String^ value) sealed; }
function get_SmtpServer(); function set_SmtpServer(value);
In This Article