Gets or sets a value indicating whether or not the index is visible to the user.

[VBScript]
Public Property Visible As Boolean
[JScript]
public function get Visible() : Boolean;
public function set Visible(Boolean);

Property Value

true, if the index is visible to the user; otherwise false.

See Also

Index Object | Index Members | HelpProducer Namespace