ImportResults.errors_by_type Property
<DataMember()> _
Public Property errors_by_type() As Dictionary(Of String, List(Of String))
This language is not supported or no code example is available.
[DataMember()]
public Dictionary<string, List<string>> errors_by_type {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property Dictionary<String^, List<String^>^>^ errors_by_type {
Dictionary<String^, List<String^>^>^ get( );
void set(
Dictionary<String^, List<String^>^>^ value
);
}
This language is not supported or no code example is available.