Click or drag to resize
IServerPoolManagerListTop100ByName Method

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

Returns the top 100 servers starting with specified name

Namespace: Netadmin.Management.Maintenance
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<INameable> ListTop100ByName(
	string partialName
)

Parameters

partialName
Type: SystemString
The name

Return Value

Type: IEnumerableINameable

[Missing <returns> documentation for "M:Netadmin.Management.Maintenance.IServerPoolManager.ListTop100ByName(System.String)"]

See Also