ContactInfoPhone Property | |
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; }
Public Property Phone As String
Get
Set
Property Value
Type:
StringExamples ContactInfo myInfo = new ContactInfo();
myInfo.Phone = "555-ACME-HELP";
Console.WriteLine("Support phone number is {0}", myInfo.Phone);
See Also