Initializes a new instance of the AutomationElementProperty class.
Initializes a new instance of the AutomationElementProperty class.
[Visual Basic] Protected Sub New()
[C#] protected AutomationElementProperty();
[C++] protected: AutomationElementProperty();
[JScript] protected function AutomationElementProperty();
[Visual Basic] Public Sub New(ByVal Object,ByVal String,ByVal AutomationProperty)
[C#] public AutomationElementProperty(object,string,AutomationProperty);
[C++] public: AutomationElementProperty(Object*,String*,AutomationProperty*);
[JScript] public function AutomationElementProperty(Object,String,AutomationProperty);
AutomationElementProperty Class | White.Core.UIItems.Finders Namespace