[This is preliminary documentation and is subject to change.]

Gets the Address information related to the Address id

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public AddressInfo GetAddressInfo(
	int addressId
)
Visual Basic (Declaration)
Public Function GetAddressInfo ( _
	addressId As Integer _
) As AddressInfo
Visual C++
public:
AddressInfo^ GetAddressInfo(
	int addressId
)

Parameters

addressId
Type: System..::.Int32
The database provided unique identifier for the Address

Return Value

The Address information object, see AddressInfo

See Also