Click or drag to resize

LocalizedDescriptionAttribute Properties

The LocalizedDescriptionAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDefaultDescription
Gets or sets the default description in case the resource key could not be found in the resources.
Public propertyDescription
Gets the description stored in this attribute.
(Inherited from DescriptionAttribute.)
Protected propertyDescriptionValue
Gets or sets the string stored as the description.
(Inherited from DescriptionAttribute.)
Public propertyResourceKey
Gets the key with which the description must be retrieved from the resources.
Public propertyResourceType
Gets the type of the resources that contains the description.
Top
See Also