ExchangeResourceManager.GetResourceManager Method
The GetResourceManager method returns a ExchangeResourceManager that accesses resources specified by a given base name and assembly.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Shared Function GetResourceManager ( _
baseName As String, _
assembly As Assembly _
) As ExchangeResourceManager
public static ExchangeResourceManager GetResourceManager (
string baseName,
Assembly assembly
)
public:
static ExchangeResourceManager^ GetResourceManager (
String^ baseName,
Assembly^ assembly
)
public static ExchangeResourceManager GetResourceManager (
String baseName,
Assembly assembly
)
public static function GetResourceManager (
baseName : String,
assembly : Assembly
) : ExchangeResourceManager
Parameters
- baseName
The root name of the resources.
- assembly
The assembly containing the resources.
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
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003