EntityPropertyDescriptorDescription Property |
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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