SetProperty
STATIC
SUB
SetProperty
(
Object
AS
Object
, Property
AS
String
, Value
AS
Variant
)
Sets the value of an object property dynamically.
Object
is the object reference.
Property
is the name of the property.
Value
is the value to be stored in the property.