SetValueAction.Value Property

Gets or sets the value of this action.

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

Syntax

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

Property Value

Type: System.Object
The value of this action.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

SetValueAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged