Click or drag to resize

IDynamicProperties.NoIvarGet Method

X#
Retrieve the value of a property by name.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD NoIvarGet(
	cName AS STRING
) AS USUAL

Parameters

cName
Type: String
Property Name

Return Value

Type: Usual
The current value of the property
Remarks
Accessing a property that does not exist will result in a runtime error.
See Also