VerifyConfiguration.MinimumWarningLevel Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property MinimumWarningLevel As String
Get
Set
'Usage
Dim instance As VerifyConfiguration
Dim value As String
value = instance.MinimumWarningLevel
instance.MinimumWarningLevel = value
public string MinimumWarningLevel { get; set; }
public:
property String^ MinimumWarningLevel {
String^ get ();
void set (String^ value);
}
function get MinimumWarningLevel () : String
function set MinimumWarningLevel (value : String)
member MinimumWarningLevel : string with get, set
Property Value
Type: System.String
.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.