Setting Constructor (String, Object)
Initializes a new instance of the Setting class by using the provided name and value.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public Setting(
string name,
object value
)
public:
Setting(
String^ name,
Object^ value
)
new :
name:string *
value:Object -> Setting
Public Sub New (
name As String,
value As Object
)
Parameters
name
Type: System.StringThe name for this setting.
value
Type: System.ObjectThe value for this setting.
See Also
Setting Overload
Setting Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top