DesignerSerializationVisibilityAttribute::Visible Field
.NET Framework (current version)
Specifies that a serializer should be allowed to serialize the value of the property. This static field is read-only.
Assembly: System (in System.dll)
Field Value
Type: System.ComponentModel::DesignerSerializationVisibilityAttribute^This field is the default setting for this attribute.
When you mark a property with DesignerSerializationVisibilityAttribute.Visible, the value of its Visibility property is set to the constant member Visible.
.NET Framework
Available since 1.1
Available since 1.1
Show: