Click or drag to resize

IAddressDataGetT Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the value from the specified fieldName.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
T Get<T>(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field to get the data from.

Type Parameters

T
The type of object that will be returned by the operation.

Return Value

Type: T
An object of type T from the given field.
See Also