Share via


ExchangeResourceManager members

The ExchangeResourceManager class enables access to the assembly name to aid in constructing localized strings.

The ExchangeResourceManager type exposes the following members.

Constructors

  Name Description
Protected method ExchangeResourceManager

Top

Properties

  Name Description
Public property AssemblyName The AssemblyName property gets the name of the assembly that contains the localization resources.
Public property BaseName The BaseName property gets the base name for the localization resources. (Overrides ResourceManager.BaseName.)

Top

Methods

  Name Description
Public methodStatic member GetResourceManager(String, Assembly) The GetResourceManager method returns a ExchangeResourceManager that accesses resources specified by a given base name and assembly.
Public methodStatic member GetResourceManager(String, Assembly, Boolean)
Public method GetString(String) The GetString method returns the string identified by the resource ID name. (Overrides ResourceManager.GetString(String).)
Public method GetString(String, CultureInfo) The GetString method returns a string that corresponds to a given culture and resource ID. (Overrides ResourceManager.GetString(String, CultureInfo).)

Top

See also

Reference

ExchangeResourceManager class

Microsoft.Exchange.Data.Common namespace