IDynamicProperties.NoIvarGet Method | |
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
Usual NoIvarGet(
string cName
)
Parameters
- cName
- Type: String
Property Name
Return Value
Type:
UsualThe current value of the property
Remarks Accessing a property that does not exist will result in a runtime error.
See Also