'Declaration Public ReadOnly Property MailServer As System.String
'Usage Dim instance As Result Dim value As System.String value = instance.MailServer
public System.string MailServer {get;}
public read-only property MailServer: System.String;
public function get MailServer : System.String
public: __property System.string* get_MailServer();
public: property System.String^ MailServer { System.String^ get(); }