Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame Object / GetPropertyValue Method
In This Topic
    GetPropertyValue Method
    In This Topic
    Gets the value for a property in the property store
    Syntax
    expression.GetPropertyValue( _
       ByVal name As String _
    ) As String
    where expression is a variable that represents a Frame Object

    Parameters

    name
    See Also