| INetworkInfo Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.IpLog.Dto
The INetworkInfo type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | Id |
The id of the network
| |
| String | Name |
The name of the network
| |
| Int64 | NetworkAddressNumber |
The network's address as number
| |
| String | NetworkAddressString |
The network address as string, eg "10.0.0.0"
| |
| Int64 | RulesetId |
The IpLog ruleset id of the network
| |
| Int64 | SubnetAddressNumber |
The network's subnet address as number
|