Specifies a numeric ID for the Zone Group that this zone belongs to in Simple DNS Plus (DNS Records Window / View menu / Arrange Zones / by Zone Group). The group IDs and associated labels can be found and configured in the "editrecs.ini" file. Specify zero for the default group.

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

Syntax

C#
public int GroupID { get; set; }
Visual Basic (Declaration)
Public Property GroupID As Integer

Field Value

Zone group ID

Remarks

This property is not transferred to secondary DNS servers through zone transfers

See Also