LocalizedDescriptionAttribute Class
This class is to be used to define the localized description. e.g.
[LocalizedDescription(typeof(WebPageDisplay), "ArchestrA.Visualization.Displays.WebCore.Properties.Resources", "Address_Description")]
public string Address
Syntax
'Declaration <AttributeUsageAttribute(AttributeTargets.All, AllowMultiple=False, Inherited=True)> Public NotInheritable Class LocalizedDescriptionAttribute Inherits System.ComponentModel.DescriptionAttribute
'Usage Dim instance As LocalizedDescriptionAttribute
[AttributeUsage(AttributeTargets.All, AllowMultiple=false, Inherited=true)] public sealed class LocalizedDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[AttributeUsage(AttributeTargets.All, AllowMultiple=false, Inherited=true)] public ref class LocalizedDescriptionAttribute sealed : public System.ComponentModel.DescriptionAttribute
Inheritance Hierarchy
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
ArchestrA.Client.CommonUtil.LocalizedDescriptionAttribute
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also