CommonLocalizedPropertyResourcesAttribute Class

Definition

The name of the resources containing localized property category, name, and description strings

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)]
public class CommonLocalizedPropertyResourcesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)>]
type CommonLocalizedPropertyResourcesAttribute = class
    inherit Attribute
Public Class CommonLocalizedPropertyResourcesAttribute
Inherits Attribute
Inheritance
CommonLocalizedPropertyResourcesAttribute
Attributes

Constructors

CommonLocalizedPropertyResourcesAttribute(String)

Constructor

CommonLocalizedPropertyResourcesAttribute(String, Boolean)

Constructor

CommonLocalizedPropertyResourcesAttribute(Type)

Constructor

Properties

ResourcesName

The name of the resources containing localized property category and name strings

UseDefaultKeys

Returns true if the keys should be picked up by defaults or if they should be retrieve as attributes

Applies to