StreetsideExperience.ExitButtonVisible Property

Definition

Gets or sets a value that indicates if the exit button is visible in the StreetsideExperience.

public:
 property bool ExitButtonVisible { bool get(); void set(bool value); };
bool ExitButtonVisible();

void ExitButtonVisible(bool value);
public bool ExitButtonVisible { get; set; }
var boolean = streetsideExperience.exitButtonVisible;
streetsideExperience.exitButtonVisible = boolean;
Public Property ExitButtonVisible As Boolean

Property Value

Boolean

bool

true if the exit button is visible in the StreetsideExperience; otherwise, false.

Applies to