Indicates whether or not the field is hidden.
VB.NET
[Boolean =] Field.Hidden
C#
[bool =] Field.Hidden;
Remarks
This property returns True if the field is hidden, otherwise false.