ExchangeResourceManager.GetString Method (String)
The GetString method returns the string identified by the resource ID name.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Overrides Function GetString ( _
name As String _
) As String
public override string GetString (
string name
)
public:
virtual String^ GetString (
String^ name
) override
public String GetString (
String name
)
public override function GetString (
name : String
) : String
Parameters
- name
The resource ID of the string to return.
Remarks
The GetString method asserts that a string exists that corresponds to the resource ID name. If no such string exists, your program is halted and the user is asked to abort the application, retry the operation that caused the assertion, or ignore the error and continue running your application.
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