Click or drag to resize

PFWidgetValidationResultSettingErrors Property

A dictionary where keys are setting names and values are error messages.

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public IDictionary<string, string> SettingErrors { get; }

Property Value

Type: IDictionaryString, String
See Also