LoggingLogFile.ShowErrors Property
Gets or sets a Boolean value that specifies whether errors are shown.
Namespace: Microsoft.Uii.Common.Logging.Providers
Assembly: Microsoft.Uii.Common.Logging.Providers (in Microsoft.Uii.Common.Logging.Providers.dll)
Usage
'Usage
Dim instance As LoggingLogFile
Dim value As Boolean
value = instance.ShowErrors
instance.ShowErrors = value
Syntax
'Declaration
Public Property ShowErrors As Boolean
public bool ShowErrors { get; set; }
public:
virtual property bool ShowErrors {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_ShowErrors ()
/** @property */
public final void set_ShowErrors (boolean value)
public final function get ShowErrors () : boolean
public final function set ShowErrors (value : boolean)
Property Value
Type: Boolean
True if errors are shown, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LoggingLogFile Class
LoggingLogFile Members
Microsoft.Uii.Common.Logging.Providers Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.