PlaybackSettings.LoggerOverrideState Property
This State will maintain overrides to HtmlLoggerState Will get preference over Eqt Trace when overridden
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assemblies: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property LoggerOverrideState As String
public string LoggerOverrideState { get; set; }
public:
property String^ LoggerOverrideState {
String^ get ();
void set (String^ value);
}
member LoggerOverrideState : string with get, set
function get LoggerOverrideState () : String
function set LoggerOverrideState (value : String)
Property Value
Type: 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.