ContactInfoIncludeDetails Property | ![Verizon Connect Logo](../icons/logo.jpg) |
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 details
about the failure.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic bool IncludeDetails { get; set; }
Public Property IncludeDetails As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksSee
ShowWindow to control whether the error window is displayed.
ExamplesContactInfo myInfo = new ContactInfo();
myInfo.IncludeDetails = false;
Console.WriteLine("Include failure details in window? {0}", myInfo.IncludeDetails);
See Also