EntityPropertyDescriptorDesignTimeOnly Property |
Gets whether this member should be set only at design time, as specified in the
DesignOnlyAttribute.
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 DesignTimeOnly { get; }
Public Overrides ReadOnly Property DesignTimeOnly As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if this member should be set only at design time; false if the member can be set during run time.
See Also