SettingMismatch Constructor (String)
Initializes a new instance of the SettingMismatch class by using the provided name.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public SettingMismatch(
string name
)
public:
SettingMismatch(
String^ name
)
new :
name:string -> SettingMismatch
public function SettingMismatch(
name : String
)
Parameters
name
Type: StringThe name of this mismatch.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.