ContactInfoShowWindow Property | |
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; }
Public Property ShowWindow As Boolean
Get
Set
Property Value
Type:
BooleanRemarks True by default.
Examples ContactInfo myInfo = new ContactInfo();
myInfo.ShowWindow = false;
Console.WriteLine("Show window to display support info? {0}", myInfo.ShowWindow);
See Also