PlaybackFailureException.ObjectName Property

Gets or sets the source object name.

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

Syntax

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

Property Value

Type: System.String
The name of the source object.

.NET Framework Security

See Also

Reference

PlaybackFailureException Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace