Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the warning level of the setting.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public int WarningLevel { get; set; }
public:
property int WarningLevel {
int get();
void set(int value);
}
member WarningLevel : int with get, set
Public Property WarningLevel As Integer
Property Value
Type: System.Int32
The warning level
See Also
Setting Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top