 | BcfRowViewGetValue 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 virtual Object GetValue(
string propertyName
)
Public Overridable Function GetValue (
propertyName As String
) As Object
Parameters
- propertyName
- Type: SystemString
Name of the property.
Return Value
Type:
ObjectSystem.Object.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | propertyName is null. |
| ArgumentException | Property propertyName not found. propertyName is not the name of a reflected column and not a name of a custom property. |
Remarks
See Also