Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property Object^ State {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The state value.

Setting this property raises the PropertyChanged event.

Return to top
Show: