'Declaration Public ReadOnly Property MxRecords As System.Collections.Generic.List(Of String)
'Usage Dim instance As Result Dim value As System.Collections.Generic.List(Of String) value = instance.MxRecords
public System.Collections.Generic.List<string> MxRecords {get;}
public read-only property MxRecords: System.Collections.Generic.List;
public function get MxRecords : System.Collections.Generic.List
public: __property System.Collections.Generic.List<string*>* get_MxRecords();
public: property System.Collections.Generic.List<String^>^ MxRecords { System.Collections.Generic.List<String^>^ get(); }