Specifies the IP sub-net covered by a reverse zone

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string ReverseSN { get; set; }
Visual Basic (Declaration)
Public Property ReverseSN As String

Field Value

String containing IP and subnet in CIDR notation (<IP address>/<bit size of subnet mask>).

See Also