 | BcfRowViewGetFaults Method (String) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic IEnumerable<BcfFault> GetFaults(
string propertyName
)
Public Function GetFaults (
propertyName As String
) As IEnumerable(Of BcfFault)
Parameters
- propertyName
- Type: SystemString
The property name.
Return Value
Type:
IEnumerableBcfFaultThe
IEnumerableT of the specified managed property.
See Also