Resources.Error Property
Gets a localized string similar to Error.
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.Error
Syntax
'Declaration
Public Shared ReadOnly Property Error As String
public static string Error { get; }
public:
static property String^ Error {
String^ get ();
}
/** @property */
public static String get_Error ()
public static function get Error () : 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.