PropertyDescriptor.SerializationVisibility Property

Definition

Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute.

C#
public System.ComponentModel.DesignerSerializationVisibility SerializationVisibility { get; }

Property Value

One of the DesignerSerializationVisibility enumeration values that specifies whether this property should be serialized.

Applies to

See also