Share via


SLCachedPropertyBag.AutomationId Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Property AutomationId As String
    Get
    Set
public string AutomationId { get; set; }
public:
property String^ AutomationId {
    String^ get ();
    void set (String^ value);
}
member AutomationId : string with get, set
function get AutomationId () : String
function set AutomationId (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

SLCachedPropertyBag Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace