IAddressCodeManagerListTop100ByName Method |
[This is preliminary documentation and is subject to change.]
Returns the first 100 addresscodes objects starting with partialName
Namespace: Netadmin.Management.AddressAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<INameable> ListTop100ByName(
string partialName
)
Function ListTop100ByName (
partialName As String
) As IEnumerable(Of INameable)
Parameters
- partialName
- Type: SystemString
Start of the name
Return Value
Type:
IEnumerableINameable[Missing <returns> documentation for "M:Netadmin.Management.Address.IAddressCodeManager.ListTop100ByName(System.String)"]
See Also