LocalizedDescriptionAttributeDefaultDescription Property  | 
 Gets or sets the default description in case the resource key could not be found in the resources.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic string DefaultDescription { get; set; }Public Property DefaultDescription As String
	Get
	Set
public:
property String^ DefaultDescription {
	String^ get ();
	void set (String^ value);
}member DefaultDescription : string with get, set
Property Value
Type: 
String
See Also