Resources.HideErrorLog Property
Gets a localized string similar to Hide Details.
Namespace: Microsoft.Uii.Common.Logging.Providers.Properties
Assembly: Microsoft.Uii.Common.Logging.Providers (in Microsoft.Uii.Common.Logging.Providers.dll)
Usage
'Usage
Dim value As String
value = Resources.HideErrorLog
Syntax
'Declaration
Public Shared ReadOnly Property HideErrorLog As String
public static string HideErrorLog { get; }
public:
static property String^ HideErrorLog {
String^ get ();
}
/** @property */
public static String get_HideErrorLog ()
public static function get HideErrorLog () : String
Property Value
Type: String
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
Resources Class
Resources Members
Microsoft.Uii.Common.Logging.Providers.Properties Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.