ContactInfoIncludeAssemblies Property | |
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 a
list of loaded assemblies.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool IncludeAssemblies { get; set; }
Public Property IncludeAssemblies As Boolean
Get
Set
Property Value
Type:
BooleanRemarks See
ShowWindow to control whether an error window is displayed.
Examples ContactInfo myInfo = new ContactInfo();
myInfo.IncludeAssemblies = true;
Console.WriteLine("Include list of loaded assemblies in report? {0}", myInfo.IncludeDetails);
See Also