Click or drag to resize

ContactInfoPhone Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets a phone number where support is available.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string Phone { get; set; }

Property Value

Type: String
Examples
C#
ContactInfo myInfo = new ContactInfo();
myInfo.Phone = "555-ACME-HELP";
Console.WriteLine("Support phone number is {0}", myInfo.Phone);
// 'Support phone number is 555-ACME-HELP'
See Also