Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Setting Constructor (String^, Object^, Int32)

 

Initializes a new instance of the Setting class by using the provided name, value, and warning level.

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

public:
Setting(
	String^ name,
	Object^ value,
	int warningLevel
)

Parameters

name
Type: System::String^

The name for this setting.

value
Type: System::Object^

The value for this setting.

warningLevel
Type: System::Int32

The warning level for this setting.

Return to top
Show: