LocalizedDescriptionAttribute Constructor (String) | 
  
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic LocalizedDescriptionAttribute(
	string resourceKey
)
Public Sub New ( 
	resourceKey As String
)
public:
LocalizedDescriptionAttribute(
	String^ resourceKey
)
new : 
        resourceKey : string -> LocalizedDescriptionAttributeParameters
- resourceKey
 - Type: SystemString
The key with which the description must be retrieved from the resources. 
See Also