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
public string Type { get; set; }
public:
property String^ Type {
String^ get();
void set(String^ value);
}
member Type : string with get, set
Public Property Type As String
Property Value
Type: System.String
The name of the type of the Value property value.
Remarks
Setting this property raises the PropertyChanged event.
See Also
PropertyChanged
SetValueAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top