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