EntityPropertyDescriptorDesignTimeOnly Property |
Gets whether this member should be set only at design time, as specified in the
DesignOnlyAttribute.
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 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