IAddressMaintenanceManagerGetAddressDuplicates Method |
[This is preliminary documentation and is subject to change.]
Retrieves addresses that are duplicated with a specific address
Namespace: Netadmin.Management.AddressAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<long> GetAddressDuplicates(
long addressId
)
Function GetAddressDuplicates (
addressId As Long
) As IEnumerable(Of Long)
Parameters
- addressId
- Type: SystemInt64
The address to find duplicates for
Return Value
Type:
IEnumerableInt64The id of duplicating addresses
Exceptions
See Also