IIspManagerGetAllowedAcessipRangeForIsp Method |
[This is preliminary documentation and is subject to change.]
Returns the allowed ip-ranges for a provider
Namespace: Netadmin.Management.MaintenanceAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<IAccessIpRange> GetAllowedAcessipRangeForIsp(
long ispId
)
Function GetAllowedAcessipRangeForIsp (
ispId As Long
) As IEnumerable(Of IAccessIpRange)
Parameters
- ispId
- Type: SystemInt64
The provider id
Return Value
Type:
IEnumerableIAccessIpRange[Missing <returns> documentation for "M:Netadmin.Management.Maintenance.IIspManager.GetAllowedAcessipRangeForIsp(System.Int64)"]
See Also