>
comp
>
gb
>
object
>
getproperty
[3.0]
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
Object.GetProperty (gb)
Syntax
STATIC
FUNCTION
GetProperty
(
Object
AS
Object
,
Property
AS
String
)
AS
Variant
Gets the value of an object property dynamically.
Object
is the object reference.
Property
is the name of the property.
This method returns the value of the property.