Compartilhar via


Logging.ErrorCount Property

Gets or sets the error count. (Incremented by every call to one of the Error() overloads.)

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

Usage

'Usage
Dim value As Integer

value = Logging.ErrorCount

Logging.ErrorCount = value

Syntax

'Declaration
Public Shared Property ErrorCount As Integer
public static int ErrorCount { get; set; }
public:
static property int ErrorCount {
    int get ();
    void set (int value);
}
/** @property */
public static int get_ErrorCount ()

/** @property */
public static void set_ErrorCount (int value)
public static function get ErrorCount () : int

public static function set ErrorCount (value : int)

Property Value

Type: Int32

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

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

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