The error dictionary.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic Dictionary<string, string> Errors { get; }Public ReadOnly Property Errors As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Errors {
Dictionary<String^, String^>^ get ();
}member Errors : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
String
A dictionary associating the codes with the description.
See Also