Indicates if this zone is secondary or not (primary)

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

Syntax

C#
public bool Secondary { get; }
Visual Basic (Declaration)
Public ReadOnly Property Secondary As Boolean

Field Value

True for secondary zones. False for primary zones

See Also