Click or drag to resize

ErrorViewModelTErrors Property

Errors property.

Namespace:  CADSharpTools.MVVM.ViewModels
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public ObservableCollection<MethodReturn<T>> Errors { get; set; }

Property Value

Type: ObservableCollectionMethodReturnT
See Also