IDynamicProperties.NoIvarPut Method | |
Update the value of a property by name.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD NoIvarPut(
cName AS STRING,
uValue AS USUAL
) AS VOID
void NoIvarPut(
string cName,
Usual uValue
)
Parameters
- cName
- Type: String
Property Name - uValue
- Type: Usual
New value of the property
Remarks Assigning a property that does not exist may result in a runtime error.
However the class may also decide to "silently" add the property.
See Also