Click or drag to resize

ContactInfoShowWindow Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets a value that indicates if a window should be used to display the support info.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool ShowWindow { get; set; }

Property Value

Type: Boolean
Remarks
True by default.
Examples
C#
ContactInfo myInfo = new ContactInfo();
myInfo.ShowWindow = false;
Console.WriteLine("Show window to display support info? {0}", myInfo.ShowWindow);
// 'Show window to display support info? False'
See Also