ContactInfo Constructor (String, String, String, String) | |
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
)
Public Sub New (
company As String,
email As String,
url As String,
phone As String
)
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.
See Also