System.ComponentModel.DesignerSerializationVisibilityAttribute.Hidden Field

Specifies that a serializer should not serialize the value of the property. This static field is read-only.

Syntax

public static readonly DesignerSerializationVisibilityAttribute Hidden

Remarks

When you mark a property with DesignerSerializationVisibilityAttribute.Hidden, the value of its DesignerSerializationVisibilityAttribute.Visibility property is set to the constant member DesignerSerializationVisibilityAttribute.Hidden.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0