Share via


SettingMismatch.MismatchType Property

 

Gets or sets the type of mismatch.

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

Syntax

public MismatchType MismatchType { get; set; }
public:
property MismatchType MismatchType {
    MismatchType get();
    void set(MismatchType value);
}
member MismatchType : MismatchType with get, set
Public Property MismatchType As MismatchType

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.MismatchType

The mismatch type.

See Also

MismatchType
SettingMismatch Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top