Scenario.Hidden Property

Definition

True if the scenario is hidden. The default value is False.

public:
 property bool Hidden { bool get(); void set(bool value); };
public bool Hidden { get; set; }
Public Property Hidden As Boolean

Property Value

Remarks

Don't confuse this property with the FormulaHidden property.

Applies to