DllClassGetProperty
- Last UpdatedJul 18, 2023
- 1 minute read
Use this function to get a property of the .Net object.
This function is a blocking function. It blocks the calling Cicode task until the operation is complete.
Syntax
VAR DllClassGetProperty(OBJECT object, STRING sProperty)
object:
.Net object.
sProperty:
The property to read.
Return Value
Var if successful, otherwise an error code is returned.
Related Functions
DllClassDispose,DllClassIsValid, DllClassCallMethod, DllClassCreate, DllClassSetProperty
Example
See DllClassCreate.