MemberDescriptor::DesignTimeOnly Property
.NET Framework (current version)
Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if this member should be set only at design time; false if the member can be set during run time.
If there is no DesignOnlyAttribute, the return value is the default, which is false.
.NET Framework
Available since 1.1
Available since 1.1
Show: