Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public override bool DesignTimeOnly { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if this member should be set only at design time; false if the member can be set during run time.
See Also