SetValueAction.Type Property

Gets or sets the type name of 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 Type As String
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

Property Value

Type: String
The name of the type of the Value property value.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

SetValueAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged