ILogging.ShowErrors Property
Gets or sets a Boolean value that specifies whether errors are shown.
Namespace: Microsoft.Uii.Common.Logging
Assembly: Microsoft.Uii.Common.Logging (in Microsoft.Uii.Common.Logging.dll)
Usage
'Usage
Dim instance As ILogging
Dim value As Boolean
value = instance.ShowErrors
instance.ShowErrors = value
Syntax
'Declaration
Property ShowErrors As Boolean
bool ShowErrors { get; set; }
property bool ShowErrors {
bool get ();
void set (bool value);
}
/** @property */
boolean get_ShowErrors ()
/** @property */
void set_ShowErrors (boolean value)
function get ShowErrors () : boolean
function set ShowErrors (value : boolean)
Property Value
Type: Boolean
True if the errors are shown, otherwise false.
Remarks
It is up to the actual implementor/provider to use this or not.
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
ILogging Interface
ILogging Members
Microsoft.Uii.Common.Logging Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.