EntityPropertyDescriptorDescription Property |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override string Description { get; }
Public Overrides ReadOnly Property Description As String
Get
Property Value
Type:
StringReturn Value
Type:
StringThe description of the member. If there is no
DescriptionAttribute, the property value is set to the default, which is an empty string ("").
See Also