Subnet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subnets of the network.
public class Subnet
type Subnet = class
Public Class Subnet
- Inheritance
-
Subnet
Constructors
Subnet() |
Initializes a new instance of the Subnet class. |
Subnet(String, String, IList<String>) |
Initializes a new instance of the Subnet class. |
Properties
AddressList |
Gets or sets the list of addresses for the subnet. |
FriendlyName |
Gets or sets the subnet friendly name. |
Name |
Gets or sets the subnet name. |