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