Click or drag to resize

LocalizedDescriptionAttribute Constructor (String)

Initializes a new instance of the LocalizedDescriptionAttribute class.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public LocalizedDescriptionAttribute(
	string resourceKey
)

Parameters

resourceKey
Type: SystemString
The key with which the description must be retrieved from the resources.
See Also