Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: String
The minimum warning level.
Remarks
Setting this property raises the PropertyChanged event.
.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.
See Also
Reference
VerifyConfigurationAction Class