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
'Usage
Dim instance As ExchangeResourceManager
Dim name As String
Dim returnValue As String
returnValue = instance.GetString(name)
public override string GetString(
string name
)
Parameters
name
Type: System.StringThe resource ID of the string to return.
Return value
Type: System.String
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.