Object.GetProperty (gb)
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.