WebMapLayersPageGetValue Method |
Gets an application-level resource object based on the specified
ResourceKey properties, and on the
CultureInfo object.
Namespace:
Cadcorp.Web.UI.Controls
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected virtual string GetValue(
string key
)
Protected Overridable Function GetValue (
key As String
) As String
Parameters
- key
- Type: SystemString
A string that represents a ResourceKey property of the requested resource object.
Return Value
Type:
String
A
String that represents the requested application-level resource object, which is localized for the specified culture; otherwise, null if a matching resource object is found but not a
key parameter.
ExceptionsException | Condition |
---|
MissingManifestResourceException |
The main assembly does not contain the resources for the neutral culture, and these resources are required because the appropriate satellite assembly is missing.
|
See Also