StructuredAddressDataGetT Method | |
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 public T Get<T>(
string fieldName
)
Public Function Get(Of T) (
fieldName As String
) As T
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:
TAn object of type T from the given field.
Implements
IAddressDataGetT(String)See Also