ClientUtilitiesStrings.Keys.GetString Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This method supports the BizTalk RFID infrastructure and is not intended to be used directly from your code.
Namespace: MS.Internal.Rfid.ClientUtilities
Assembly: Microsoft.Rfid.Client.Util (in microsoft.rfid.client.util.dll)
Syntax
'Declaration
Public Shared Function GetString ( _
key As String _
) As String
public static string GetString (
string key
)
public:
static String^ GetString (
String^ key
)
public static String GetString (
String key
)
public static function GetString (
key : String
) : String
Parameters
- key
Key value representing the string to retrieve.
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 Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
See Also
Reference
ClientUtilitiesStrings.Keys Class
ClientUtilitiesStrings.Keys Members
MS.Internal.Rfid.ClientUtilities Namespace