Constants.ResourceManager Property
Gets the cached ResourceManager instance used by this class.
Namespace: Microsoft.Uii.Desktop.Cti.Controls.Properties
Assembly: Microsoft.Uii.Desktop.Cti.Controls (in Microsoft.Uii.Desktop.Cti.Controls.dll)
Usage
'Usage
Dim value As ResourceManager
value = Constants.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
Constants Class
Constants Members
Microsoft.Uii.Desktop.Cti.Controls.Properties Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.