CidrModel Constructor (String) |
Creates an object from a CIDR.
Namespace: VirtualRadar.Interface.WebSite.WebAdminModelsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public CidrModel(
string address
)
Public Sub New (
address As String
)
public:
CidrModel(
String^ address
)
new :
address : string -> CidrModel
Parameters
- address
- Type: SystemString
See Also