Cicode Programming Reference > Cicode Function Categories > .Net Functions > DllClassGetProperty

DllClassGetProperty

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

See Also

.Net Functions

Published June 2018