Click or drag to resize

ContactInfoIncludeSystemInfo 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 the report window should include additional system information.

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

Property Value

Type: Boolean
Remarks
See ShowWindow to control whether an error window is displayed.
Examples
C#
ContactInfo myInfo = new ContactInfo();
myInfo.IncludeSystemInfo = true;
Console.WriteLine("Include system information in report? {0}", myInfo.IncludeSystemInfo);
// 'Include system information in report? True'
See Also