Click or drag to resize
EntityPropertyDescriptorDescription Property
Gets the description of the member, as specified in the DescriptionAttribute.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string Description { get; }

Property Value

Type: String

Return Value

Type: String
The description of the member. If there is no DescriptionAttribute, the property value is set to the default, which is an empty string ("").
See Also