VerifyConfigurationAction.MinimumWarningLevel Property

Gets or sets the minimum warning level to use when configuration settings are compared.

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
public string MinimumWarningLevel { get; set; }
public:
property String^ MinimumWarningLevel {
    String^ get ();
    void set (String^ value);
}
member MinimumWarningLevel : string with get, set
function get MinimumWarningLevel () : String
function set MinimumWarningLevel (value : String)

Property Value

Type: System.String
The minimum warning level.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

VerifyConfigurationAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged