Click or drag to resize

ContactInfo Constructor (String, String, String, String, Boolean)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a new instance of the ContactInfo class.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ContactInfo(
	string company,
	string email,
	string url,
	string phone,
	bool showWindow
)

Parameters

company
Type: SystemString
Company that created the component.
email
Type: SystemString
Email address for support requests.
url
Type: SystemString
URL of a website for support.
phone
Type: SystemString
Phone number for support requests.
showWindow
Type: SystemBoolean
Indicates if a pop up window should display an error message.
See Also