https://learn.microsoft.com/de-de/dotnet/api/system.componentmodel.designonlyattribute.default?view=netframework-4.8.1&viewFallbackFrom=net-9.0
DesignOnlyAttribute.Default Field (System.ComponentModel) | Microsoft Learn
Specifies the default value for the DesignOnlyAttribute, which is No. This static field is read-only.
field systemdefaultmicrosoftlearn
https://learn.microsoft.com/de-de/dotnet/api/system.componentmodel.designonlyattribute.yes?view=netframework-4.8.1&viewFallbackFrom=net-9.0
DesignOnlyAttribute.Yes Field (System.ComponentModel) | Microsoft Learn
Specifies that a property can be set only at design time. This static field is read-only.
field systemyesmicrosoftlearn
https://learn.microsoft.com/de-de/dotnet/api/system.componentmodel.designonlyattribute.no?view=netframework-4.8.1&viewFallbackFrom=net-9.0
DesignOnlyAttribute.No Field (System.ComponentModel) | Microsoft Learn
Specifies that a property can be set at design time or at run time. This static field is read-only.
field systemmicrosoftlearn