Compartir a través de


LookupRequestKeys.ResourceManager Property

Gets the cached ResourceManager instance used by this class.

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim value As ResourceManager

value = LookupRequestKeys.ResourceManager

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared ReadOnly Property ResourceManager As ResourceManager
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] 
public static ResourceManager ResourceManager { get; }
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] 
public:
static property ResourceManager^ ResourceManager {
    ResourceManager^ get ();
}
/** @property */
public static ResourceManager get_ResourceManager ()
public static function get ResourceManager () : ResourceManager

Property Value

Type: ResourceManager.

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

LookupRequestKeys Class
LookupRequestKeys Members
Microsoft.Uii.Desktop.Cti.Core Namespace

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