LocalizedDescriptionAttribute Class
- Last UpdatedAug 21, 2026
- 1 minute read
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
'Declaration
<AttributeUsageAttribute(AttributeTargets.All,
AllowMultiple=False,
Inherited=True)>
Public NotInheritable Class LocalizedDescriptionAttribute
Inherits System.ComponentModel.DescriptionAttribute
[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
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
ArchestrA.Client.CommonUtil.LocalizedDescriptionAttribute