Click or drag to resize
INetworkInfo Interface

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

Information about a netadmin IPv4 network used by IpLog

Namespace: Netadmin.Management.IpLog.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface INetworkInfo

The INetworkInfo type exposes the following members.

Properties
  NameDescription
Public propertyInt64Id
The id of the network
Public propertyStringName
The name of the network
Public propertyInt64NetworkAddressNumber
The network's address as number
Public propertyStringNetworkAddressString
The network address as string, eg "10.0.0.0"
Public propertyInt64RulesetId
The IpLog ruleset id of the network
Public propertyInt64SubnetAddressNumber
The network's subnet address as number
Top
See Also