Share via


ResourceDescriptionAttribute.Description Property

Gets the description for a property, event, or public void method that takes no arguments stored in this attribute.

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

Syntax

public override string Description { get; }

Return Value

The display name.

See Also

ResourceDescriptionAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace