Setting Class
Represents a unit of configuration setting information.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| Name | Description | |
|---|---|---|
![]() | Setting() | Initializes a new instance of the Setting class for XML serialization or deserialization. |
![]() | Setting(String^, Object^) | Initializes a new instance of the Setting class by using the provided name and value. |
![]() | Setting(String^, Object^, Int32) | Initializes a new instance of the Setting class by using the provided name, value, and warning level. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the name of the setting. |
![]() | Value | Gets or sets the value of the setting as a string. |
![]() | WarningLevel | Gets or sets the warning level of the setting. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the provided object is equal to this Setting object.(Overrides Object::Equals(Object^).) |
![]() | Equals(Setting^) | Determines whether the provided object is equal to this Setting object. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


