[Visual Basic] Overridable Protected Function Property( _ ByVal automationProperty As AutomationProperty _ ) As Object [C#] protected virtual object Property( AutomationProperty automationProperty ); [C++] protected: virtual Object* Property( AutomationProperty* automationProperty ); [JScript] protected virtual function Property( AutomationProperty automationProperty ): Object;