Click or drag to resize

BcfRowViewGetFaults Method (String)

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfFault> GetFaults(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The property name.

Return Value

Type: IEnumerableBcfFault
The IEnumerableT of the specified managed property.
See Also