IIspManagerCreateAccessIpRange Method |
[This is preliminary documentation and is subject to change.]
Creates an ip-range
Namespace: Netadmin.Management.MaintenanceAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxlong CreateAccessIpRange(
IAccessIpRange iprange
)
Function CreateAccessIpRange (
iprange As IAccessIpRange
) As Long
Parameters
- iprange
- Type: Netadmin.Management.Maintenance.DtoIAccessIpRange
The ip-range to create
Return Value
Type:
Int64The id of the created ip-range
ExceptionsException | Condition |
---|
ArgumentException | The service provider identifier must be greater than zero. |
See Also