hidden property

bool? hidden
getter/setter pair

A boolean value that, when true, indicates that the current instance is hidden. The hidden field is only present for hidden members.

Implementation

bool? hidden;