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