| DeleteItemTypeDialogModelErrors Property |
Gets or sets the errors.
Namespace:
Dynamicweb.Management.Settings.Dialogs.Models
Assembly:
Dynamicweb.Management.Settings (in Dynamicweb.Management.Settings.dll) Version: 2.3.35
Syntax public Dictionary<string, List<string>> Errors { get; set; }
Public Property Errors As Dictionary(Of String, List(Of String))
Get
Set
Property Value
Type:
DictionaryString,
ListString
The errors.
See Also