Click or drag to resize

CompositeControlBaseGetValue Method

Gets an application-level resource object based on the specified ResourceKey properties, and on the CultureInfo object.

Namespace:  Cadcorp.Security.UI.WebControls
Assembly:  Cadcorp.Security.UI (in Cadcorp.Security.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual string GetValue(
	string key
)

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.

Implements

IViewGetValue(String)
Exceptions
ExceptionCondition
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