Click or drag to resize
IAddressMaintenanceManagerGetAddressDuplicates Method

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

Retrieves addresses that are duplicated with a specific address

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<long> GetAddressDuplicates(
	long addressId
)

Parameters

addressId
Type: SystemInt64
The address to find duplicates for

Return Value

Type: IEnumerableInt64
The id of duplicating addresses
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if address id is zero or less.
ObjectNotFoundExceptionThrown if the address could not be found.
See Also