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

Removes address

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

Syntax

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

Parameters

addressId
Type: System..::.Int32

Return Value

See Also