Share via


UITest.ValueMap Property

 

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

public ValueMap ValueMap {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property ValueMap^ ValueMap {
    [CompilerGeneratedAttribute]
    ValueMap^ get();
    [CompilerGeneratedAttribute]
    void set(ValueMap^ value);
}
member ValueMap : ValueMap with get, set
Public Property ValueMap As ValueMap

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ValueMap

The value map for this UI test object.

See Also

ValueMap
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top