The IP address of the primary DNS server for a secondary zone

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

Syntax

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

Field Value

Contains an IP address if this is a secondary zone. Otherwise zero length string

See Also