IViewInvoicesMethodsSetValue Method
Sets the value corresponding to a property in the invoice model.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void SetValue(
string propertyName,
Object value
)
Sub SetValue (
propertyName As String,
value As Object
)
Parameters
- propertyName String
- Property name.
- value Object
- Value to set.