Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.