Gets the value of the virtual property with the specified name.
Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding
SyntaxC#
Copy Code
|
|---|
Object GetValue ( |
Visual Basic
Copy Code
|
|---|
Function GetValue( _ |
The name of the virtual property.
The value of the virtual property.
RemarksThis method is invoked during data-binding of a property that does not exist on an object.
See Also