Click or drag to resize

ContactInfo Constructor (String, String, String)

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
)

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.
See Also