AutomationProperties.Name Attached Property
Silverlight
Gets or sets the automation name of the element.
Namespace: System.Windows.Automation
Assembly: System.Windows (in System.Windows.dll)
AutomationProperties.Name is the most likely automation property to be picked up by UI automation clients. The default peer implementations for most Silverlight-implemented controls include logic that attempts to walk into the automation tree to find text content, and to use that text content as a control-generated default for AutomationProperties.Name. For more information, see Automation Properties for Accessibility Support in UI.
See Also
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.