SetStateAction.StateAsString Property

 

Gets or sets the state value of this action as a string.

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

Syntax

public string StateAsString { get; set; }
public:
property String^ StateAsString {
    String^ get();
    void set(String^ value);
}
member StateAsString : string with get, set
Public Property StateAsString As String

Property Value

Type: System.String

The state value of this action as a string.

Remarks

Setting this property raises the PropertyChanged event.

See Also

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

Return to top