IViewNoteMethodsSetNoteValue Method

Sets the value corresponding to a property in the note model.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetNoteValue(
	string propertyName,
	Object value
)

Parameters

propertyName  String
Property name.
value  Object
Value to set.

See Also