IViewNoteMethodsGetNoteValue Method

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

Definition

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

Parameters

propertyName  String
Property name.

Return Value

Object
Object with the note.

See Also