IViewInvoicesMethodsGetValue Method

Gets the value corresponding to a property of the invoice model.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Object GetValue(
	string propertyName
)

Parameters

propertyName  String
Property name.

Return Value

Object
Object with the value corresponding to a property of the invoice model.

See Also