An NDoc Documented Class Library

UIItem.Property Method 

[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;

See Also

UIItem Class | White.Core.UIItems Namespace