Click or drag to resize

IDynamicProperties.NoIvarPut Method

X#
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

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