NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRuntime.GetResourceString

[To be supplied.]

[Visual Basic]
Public Shared Function GetResourceString( _
   ByVal key As String _
) As String
[C#]
public static string GetResourceString(
   string key
);
[C++]
public: static String* GetResourceString(
   String* key
);
[JScript]
public static function GetResourceString(
   key : String
) : String;

Parameters

key
[To be supplied.]

See Also

HttpRuntime Class | HttpRuntime Members | System.Web Namespace