EntityPropertyDescriptorIsLocalizable Property |
Gets a value indicating whether this property should be localized, as specified in the
LocalizableAttribute.
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 bool IsLocalizable { get; }
Public Overrides ReadOnly Property IsLocalizable As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the member is marked with the
LocalizableAttribute set to true; otherwise, false.
See Also