For a secondary zone, this value specifies the IP address of the primary DNS server for the zone

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

Syntax

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

Field Value

For secondary zone an IP address. For primary zone an empty/zero length string.

See Also