StreetsideExperience.AddressTextVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates if address text is visible in the StreetsideExperience.
public:
property bool AddressTextVisible { bool get(); void set(bool value); };
bool AddressTextVisible();
void AddressTextVisible(bool value);
public bool AddressTextVisible { get; set; }
var boolean = streetsideExperience.addressTextVisible;
streetsideExperience.addressTextVisible = boolean;
Public Property AddressTextVisible As Boolean
Property Value
Boolean
bool
true if address text is visible in the StreetsideExperience; otherwise, false.