|
ErrorViewModelTErrors Property
|
Errors property.
Namespace:
CADSharpTools.MVVM.ViewModels
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic ObservableCollection<MethodReturn<T>> Errors { get; set; }
Public Property Errors As ObservableCollection(Of MethodReturn(Of T))
Get
Set
Property Value
Type:
ObservableCollectionMethodReturnT
See Also