Share via


SetStateAction.State Property

 

Gets or sets the state value of this action.

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

Syntax

public object State { get; set; }
public:
property Object^ State {
    Object^ get();
    void set(Object^ value);
}
member State : Object with get, set
Public Property State As Object

Property Value

Type: System.Object

The state value.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
SetStateAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top