SimpleField.IsHidden Property
Definition
Gets or sets whether the field is returned in search results. The default is false. A key field where IsKey is true must have this property set to false.
public bool IsHidden { get; set; }
member this.IsHidden : bool with get, set
Public Property IsHidden As Boolean