Compartilhar via


ErrorMsg.Showing Property

Gets and sets a Boolean value that whether error message is currently shown.

Namespace: Microsoft.Uii.Common.Logging
Assembly: Microsoft.Uii.Common.Logging.Providers (in Microsoft.Uii.Common.Logging.Providers.dll)

Usage

'Usage
Dim value As Boolean

value = ErrorMsg.Showing

ErrorMsg.Showing = value

Syntax

'Declaration
Public Shared Property Showing As Boolean
public static bool Showing { get; set; }
public:
static property bool Showing {
    bool get ();
    void set (bool value);
}
/** @property */
public static boolean get_Showing ()

/** @property */
public static void set_Showing (boolean value)
public static function get Showing () : boolean

public static function set Showing (value : boolean)

Property Value

Type: Boolean
True if the error message is currently 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

ErrorMsg Class
ErrorMsg Members
Microsoft.Uii.Common.Logging Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.