Share via


SRDescriptionAttribute.Description Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the description stored in the attribute.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)

Syntax

'Declaration
PublicOverridesReadOnlyPropertyDescriptionAs String
publicoverride string Description { get; }
public:
virtualproperty String^ Description {
    String^ get () override;
}
publicoverridefunction getDescription () : String

Field Value

The description stored in the attribute.

See Also

SRDescriptionAttribute Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.