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 value map for this UI test object.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property ValueMap As ValueMap
public ValueMap ValueMap { get; set; }
public:
property ValueMap^ ValueMap {
ValueMap^ get ();
void set (ValueMap^ value);
}
member ValueMap : ValueMap with get, set
function get ValueMap () : ValueMap
function set ValueMap (value : ValueMap)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ValueMap
The value map for this UI test 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.