Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Property WarningLevel As Integer
public int WarningLevel { get; set; }
public:
property int WarningLevel {
int get ();
void set (int value);
}
member WarningLevel : int with get, set
function get WarningLevel () : int
function set WarningLevel (value : int)
Property Value
Type: Int32
The warning level
.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.